Html Css Color HEX #166EEC Navy Blue

📋 copy color: '#166EEC'

red 22 ◦ green 110 ◦ blue 236

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

Shades of Navy Blue #166EEC

Tints of Navy Blue #166EEC

RGB

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

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

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

R = 5.98%
G = 29.89%
B = 64.13%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#166EEC (or 0x166EEC) is known color: Navy Blue. HEX triplet: 16, 6E and EC. RGB value is (22,110,236). Sum of RGB (Red+Green+Blue) = 22+110+236=368 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.98% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #166EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166EEC is #E99113. Grayscale: #616161. Windows color (decimal): -15307028 or 15494678. OLE color: 15494678.

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

Color convert

RGB 22 110 236 -
CMYK 0.91 0.53 0 0.07
HSL 215.33º 0.85% 0.51% -
HSV(B) 215.33º 0.91% 0.93% -
XYZ 21.05 17.38 81.6 -
YUV 98.05 205.85 73.75 -
System Red Green Blue C M Y K H S L
Decimal 22 110 236 0.91 0.53 0 0.07 215.33 0.85 0.51
Hex 16 6E EC 5B 35 0 7 D7 55 33
Octal 26 156 354 133 65 0 7 327 125 63
Binary 10110 1101110 11101100 1011011 110101 0 111 11010111 1010101 110011

Color Harmonies of #166EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166EEC

Black with #166EEC

Text Example


Text Example

White with #166EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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