Html Css Color HEX #106EE8 Navy Blue

📋 copy color: '#106EE8'

red 16 ◦ green 110 ◦ blue 232

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

Shades of Navy Blue #106EE8

Tints of Navy Blue #106EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 64.8%

R = 4.47%
G = 30.73%
B = 64.8%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#106EE8 (or 0x106EE8) is known color: Navy Blue. HEX triplet: 10, 6E and E8. RGB value is (16,110,232). Sum of RGB (Red+Green+Blue) = 16+110+232=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #106EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EE8 is #EF9117. Grayscale: #5F5F5F. Windows color (decimal): -15700248 or 15232528. OLE color: 15232528.

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

Color convert

RGB 16 110 232 -
CMYK 0.93 0.53 0 0.09
HSL 213.89º 0.87% 0.49% -
HSV(B) 213.89º 0.93% 0.91% -
XYZ 20.36 17.09 78.57 -
YUV 95.8 204.86 71.08 -
System Red Green Blue C M Y K H S L
Decimal 16 110 232 0.93 0.53 0 0.09 213.89 0.87 0.49
Hex 10 6E E8 5D 35 0 9 D6 57 31
Octal 20 156 350 135 65 0 11 326 127 61
Binary 10000 1101110 11101000 1011101 110101 0 1001 11010110 1010111 110001

Color Harmonies of #106EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EE8

Black with #106EE8

Text Example


Text Example

White with #106EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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