Html Css Color HEX #166EE9 Navy Blue

📋 copy color: '#166EE9'

red 22 ◦ green 110 ◦ blue 233

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

Shades of Navy Blue #166EE9

Tints of Navy Blue #166EE9

RGB

 RED value IS 22 (8.98% from 255) = 6.03%

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

 BLUE value IS 233 (91.41% from 255) = 63.84%

R = 6.03%
G = 30.14%
B = 63.84%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#166EE9 (or 0x166EE9) is known color: Navy Blue. HEX triplet: 16, 6E and E9. RGB value is (22,110,233). Sum of RGB (Red+Green+Blue) = 22+110+233=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 233 (91.41% from 255 or 63.84% from 365); Max value from RGB is 233 - color contains mainly: blue. Hex color #166EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166EE9 is #E99116. Grayscale: #616161. Windows color (decimal): -15307031 or 15298070. OLE color: 15298070.

HSL color Cylindrical-coordinate representation of color #166EE9: hue angle of 214.98º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166EE9 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 22 110 233 -
CMYK 0.91 0.53 0 0.09
HSL 214.98º 0.83% 0.5% -
HSV(B) 214.98º 0.91% 0.91% -
XYZ 20.61 17.21 79.33 -
YUV 97.71 204.35 74 -
System Red Green Blue C M Y K H S L
Decimal 22 110 233 0.91 0.53 0 0.09 214.98 0.83 0.5
Hex 16 6E E9 5B 35 0 9 D7 53 32
Octal 26 156 351 133 65 0 11 327 123 62
Binary 10110 1101110 11101001 1011011 110101 0 1001 11010111 1010011 110010

Color Harmonies of #166EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166EE9

Black with #166EE9

Text Example


Text Example

White with #166EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #166EE9; }

 p { color: rgb(22,110,233); }

 H1.HeaderClassName
 {
   color: #166EE9;
 }
 .AnyTagClassName
 {
   color: #166EE9;
 }
</style>

background-color css

<style>
 a { background-color: #166EE9; }

 a { background-color: rgb(22,110,233); }

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

border-color css

<style>
 span { border-color: #166EE9; }

 span { border-color: rgb(22,110,233); }

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