Html Css Color HEX #106EEC Navy Blue

📋 copy color: '#106EEC'

red 16 ◦ green 110 ◦ blue 236

#106EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #106EEC

Tints of Navy Blue #106EEC

RGB

 RED value IS 16 (6.64% from 255) = 4.42%

 GREEN value IS 110 (43.36% from 255) = 30.39%

 BLUE value IS 236 (92.58% from 255) = 65.19%

R = 4.42%
G = 30.39%
B = 65.19%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#106EEC (or 0x106EEC) is known color: Navy Blue. HEX triplet: 10, 6E and EC. RGB value is (16,110,236). Sum of RGB (Red+Green+Blue) = 16+110+236=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #106EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EEC is #EF9113. Grayscale: #5F5F5F. Windows color (decimal): -15700244 or 15494672. OLE color: 15494672.

HSL color Cylindrical-coordinate representation of color #106EEC: hue angle of 214.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EEC is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 110 236 -
CMYK 0.93 0.53 0 0.07
HSL 214.36º 0.87% 0.49% -
HSV(B) 214.36º 0.93% 0.93% -
XYZ 20.93 17.32 81.6 -
YUV 96.26 206.86 70.75 -
System Red Green Blue C M Y K H S L
Decimal 16 110 236 0.93 0.53 0 0.07 214.36 0.87 0.49
Hex 10 6E EC 5D 35 0 7 D6 57 31
Octal 20 156 354 135 65 0 7 326 127 61
Binary 10000 1101110 11101100 1011101 110101 0 111 11010110 1010111 110001

Color Harmonies of #106EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EEC

Black with #106EEC

Text Example


Text Example

White with #106EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106EEC; }

 p { color: rgb(16,110,236); }

 H1.HeaderClassName
 {
   color: #106EEC;
 }
 .AnyTagClassName
 {
   color: #106EEC;
 }
</style>

background-color css

<style>
 a { background-color: #106EEC; }

 a { background-color: rgb(16,110,236); }

 div.DivClassName
 {
   background-color: #106EEC;
 }
 .BgClassName
 {
   background-color: #106EEC;
 }
</style>

border-color css

<style>
 span { border-color: #106EEC; }

 span { border-color: rgb(16,110,236); }

 td.TdClassName
 {
   border-color: #106EEC;
 }
 .TagClassName
 {
   border-color: #106EEC;
 }
</style>