Html Css Color HEX #166ED4 Navy Blue

📋 copy color: '#166ED4'

red 22 ◦ green 110 ◦ blue 212

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

Shades of Navy Blue #166ED4

Tints of Navy Blue #166ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 61.63%

R = 6.4%
G = 31.98%
B = 61.63%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#166ED4 (or 0x166ED4) is known color: Navy Blue. HEX triplet: 16, 6E and D4. RGB value is (22,110,212). Sum of RGB (Red+Green+Blue) = 22+110+212=344 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.40% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 212 (83.20% from 255 or 61.63% from 344); Max value from RGB is 212 - color contains mainly: blue. Hex color #166ED4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ED4 is #E9912B. Grayscale: #5E5E5E. Windows color (decimal): -15307052 or 13921814. OLE color: 13921814.

HSL color Cylindrical-coordinate representation of color #166ED4: hue angle of 212.21º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166ED4 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 22 110 212 -
CMYK 0.90 0.48 0 0.17
HSL 212.21º 0.81% 0.46% -
HSV(B) 212.21º 0.9% 0.83% -
XYZ 17.79 16.08 64.45 -
YUV 95.32 193.85 75.71 -
System Red Green Blue C M Y K H S L
Decimal 22 110 212 0.90 0.48 0 0.17 212.21 0.81 0.46
Hex 16 6E D4 5A 30 0 11 D4 51 2E
Octal 26 156 324 132 60 0 21 324 121 56
Binary 10110 1101110 11010100 1011010 110000 0 10001 11010100 1010001 101110

Color Harmonies of #166ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166ED4

Black with #166ED4

Text Example


Text Example

White with #166ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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