COLOR #0A42EC

HEX: #0A42EC RGB: (10,66,236)

Color info

#0A42EC contains mainly blue color. Web safe color of #0A42EC is #0033FF (or #03F).

RGB color model

#0A42EC color RGB value is (10,66,236).

RGB: (10,66,236) (4%, 26%, 93%)

RGB channels and saturation

R 10 of 255 = 4%
G 66 of 255 = 26%
B 236 of 255 = 93%

10
66
236

R + G + B ~ 41%. #0A42EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 10 + 66 + 236 = 312 (100%)
R 10 of 312 ~ 3.21%
G 66 of 312 ~ 21.15%
B 236 of 312 ~ 75.64'%

%21.15
%75.64

CMYK color model

#0A42EC color CMYK value is (96,72,0,7).

  • cyan value is 95.76%
  • magenta value is 72.03%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (96,72,0,7)
C96M72Y0K7 (96%, 72%, 0%, 7%)
(0.96 / 0.72 / 0.00 / 0.07)

CMYK percentages

%95.76
%72.03
%0
%7.45

Codes

Color #0A42EC in popluar color models

0A 42 EC
RGB 10 66 236
HSL 225° 91.87% 48.24%
HSB/HSV 225° 95.76% 92.55%
CMYK 95.76% 72.03% 0.00%
7.45%

Color #0A42EC in popluar number systems.

HEX 0A 42 EC
Decimal 10 66 236
Binary 1010 1000010 11101100
Octal 12 102 354

Shades and tints

Shades of #0A42EC

#0A42EC
(10,66,236)
#0A3CD7
(10,60,215)
#0A36C2
(10,54,194)
#0A30AD
(10,48,173)
#0A2A98
(10,42,152)
#0A2483
(10,36,131)
#0A1E6E
(10,30,110)
#0A1859
(10,24,89)
#0A1244
(10,18,68)
#0A0C2F
(10,12,47)
#0A061A
(10,6,26)
#000000
(0,0,0)

Tints of #0A42EC

#0A42EC
(10,66,236)
#2053ED
(32,83,237)
#3664EE
(54,100,238)
#4C75EF
(76,117,239)
#6286F0
(98,134,240)
#7897F1
(120,151,241)
#8EA8F2
(142,168,242)
#A4B9F3
(164,185,243)
#BACAF4
(186,202,244)
#D0DBF5
(208,219,245)
#E6ECF6
(230,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A42EC color. Also use rgb(10,66,236) instead hex code.

Text Font Color

.myTextColor { color: #0A42EC; }

<p style="color:#0A42EC">This sample text font color is #0A42EC.</p>

This text font color is #0A42EC.

Background Color

.myBgColor { background-color: #0A42EC; }

<div style="background-color:#0A42EC">Inner text</div>

This div background color is #0A42EC.

Border color

.myBorderColor { border: 1px solid #0A42EC; }

<div style="border:3px solid #0A42EC">Div</div>

This div border color is #0A42EC.

Opacity

.myOpacity80 { color: #0A42EC; opacity: 0.8; }

<p style="color:#0A42EC;opacity:0.8;">80%</p>

Text with #0A42EC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0A42EC;}

<p style="text-shadow: 3px 3px 1px #0A42EC">Text here.</p>

This text has shadow with #0A42EC color.


.textShadow {text-shadow: 3px 3px 1px #0A42EC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0A42EC, 5px 5px 20px red">Text here.</p>

This text has shadow with #0A42EC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0A42EC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0A42EC, Direction=45, Strength=4)">Text</p>

This text has shadow with #0A42EC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0A42EC;
-webkit-box-shadow: 1px 1px 3px 2px #0A42EC;
box-shadow: 1px 1px 3px 2px #0A42EC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0A42EC; -webkit-box-shadow: 1px 1px 3px 2px #0A42EC; box-shadow:1px 1px 3px 2px #0A42EC;">
Div content here
</div>

This div box has shadow with color #0A42EC.

Preview

Color preview on black background

This text has color #0A42EC on black background.


Color preview on white background

This text has color #0A42EC on white background.


Black color preview on #0A42EC background

This text has black color on #0A42EC background.


White color preview on #0A42EC background

This text has white color on #0A42EC background.


Related colors

Complementary color

Complementary color for #hex is #F5BD13.


I love getcolorcode.com

Triadic colors

1 #EC0A42 and #42EC0A with #0A42EC are triadic colors.

2 #EC420A and #420AEC with #0A42EC are triadic colors.