Html Css Color HEX #166CEA Navy Blue

📋 copy color: '#166CEA'

red 22 ◦ green 108 ◦ blue 234

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

Shades of Navy Blue #166CEA

Tints of Navy Blue #166CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 6.04%
G = 29.67%
B = 64.29%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#166CEA (or 0x166CEA) is known color: Navy Blue. HEX triplet: 16, 6C and EA. RGB value is (22,108,234). Sum of RGB (Red+Green+Blue) = 22+108+234=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #166CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CEA is #E99315. Grayscale: #606060. Windows color (decimal): -15307542 or 15363094. OLE color: 15363094.

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

Color convert

RGB 22 108 234 -
CMYK 0.91 0.54 0 0.08
HSL 215.66º 0.83% 0.5% -
HSV(B) 215.66º 0.91% 0.92% -
XYZ 20.54 16.84 80.01 -
YUV 96.65 205.51 74.75 -
System Red Green Blue C M Y K H S L
Decimal 22 108 234 0.91 0.54 0 0.08 215.66 0.83 0.5
Hex 16 6C EA 5B 36 0 8 D8 53 32
Octal 26 154 352 133 66 0 10 330 123 62
Binary 10110 1101100 11101010 1011011 110110 0 1000 11011000 1010011 110010

Color Harmonies of #166CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CEA

Black with #166CEA

Text Example


Text Example

White with #166CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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