Html Css Color HEX #166CE4 Navy Blue

📋 copy color: '#166CE4'

red 22 ◦ green 108 ◦ blue 228

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

Shades of Navy Blue #166CE4

Tints of Navy Blue #166CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 63.69%

R = 6.15%
G = 30.17%
B = 63.69%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#166CE4 (or 0x166CE4) is known color: Navy Blue. HEX triplet: 16, 6C and E4. RGB value is (22,108,228). Sum of RGB (Red+Green+Blue) = 22+108+228=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 228 (89.45% from 255 or 63.69% from 358); Max value from RGB is 228 - color contains mainly: blue. Hex color #166CE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CE4 is #E9931B. Grayscale: #5F5F5F. Windows color (decimal): -15307548 or 14969878. OLE color: 14969878.

HSL color Cylindrical-coordinate representation of color #166CE4: hue angle of 214.95º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166CE4 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 22 108 228 -
CMYK 0.90 0.53 0 0.11
HSL 214.95º 0.82% 0.49% -
HSV(B) 214.95º 0.9% 0.89% -
XYZ 19.7 16.5 75.54 -
YUV 95.97 202.51 75.24 -
System Red Green Blue C M Y K H S L
Decimal 22 108 228 0.90 0.53 0 0.11 214.95 0.82 0.49
Hex 16 6C E4 5A 35 0 B D7 52 31
Octal 26 154 344 132 65 0 13 327 122 61
Binary 10110 1101100 11100100 1011010 110101 0 1011 11010111 1010010 110001

Color Harmonies of #166CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166CE4

Black with #166CE4

Text Example


Text Example

White with #166CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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