Html Css Color HEX #166CEC Navy Blue

📋 copy color: '#166CEC'

red 22 ◦ green 108 ◦ blue 236

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

Shades of Navy Blue #166CEC

Tints of Navy Blue #166CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 6.01%
G = 29.51%
B = 64.48%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#166CEC (or 0x166CEC) is known color: Navy Blue. HEX triplet: 16, 6C and EC. RGB value is (22,108,236). Sum of RGB (Red+Green+Blue) = 22+108+236=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #166CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CEC is #E99313. Grayscale: #606060. Windows color (decimal): -15307540 or 15494166. OLE color: 15494166.

HSL color Cylindrical-coordinate representation of color #166CEC: hue angle of 215.89º 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 #166CEC is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 108 236 -
CMYK 0.91 0.54 0 0.07
HSL 215.89º 0.85% 0.51% -
HSV(B) 215.89º 0.91% 0.93% -
XYZ 20.83 16.95 81.53 -
YUV 96.88 206.51 74.59 -
System Red Green Blue C M Y K H S L
Decimal 22 108 236 0.91 0.54 0 0.07 215.89 0.85 0.51
Hex 16 6C EC 5B 36 0 7 D8 55 33
Octal 26 154 354 133 66 0 7 330 125 63
Binary 10110 1101100 11101100 1011011 110110 0 111 11011000 1010101 110011

Color Harmonies of #166CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CEC

Black with #166CEC

Text Example


Text Example

White with #166CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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