Html Css Color HEX #166ED8 Navy Blue

📋 copy color: '#166ED8'

red 22 ◦ green 110 ◦ blue 216

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

Shades of Navy Blue #166ED8

Tints of Navy Blue #166ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 62.07%

R = 6.32%
G = 31.61%
B = 62.07%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#166ED8 (or 0x166ED8) is known color: Navy Blue. HEX triplet: 16, 6E and D8. RGB value is (22,110,216). Sum of RGB (Red+Green+Blue) = 22+110+216=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 216 (84.77% from 255 or 62.07% from 348); Max value from RGB is 216 - color contains mainly: blue. Hex color #166ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166ED8 is #E99127. Grayscale: #5F5F5F. Windows color (decimal): -15307048 or 14183958. OLE color: 14183958.

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

Color convert

RGB 22 110 216 -
CMYK 0.90 0.49 0 0.15
HSL 212.78º 0.82% 0.47% -
HSV(B) 212.78º 0.9% 0.85% -
XYZ 18.3 16.28 67.14 -
YUV 95.77 195.85 75.38 -
System Red Green Blue C M Y K H S L
Decimal 22 110 216 0.90 0.49 0 0.15 212.78 0.82 0.47
Hex 16 6E D8 5A 31 0 F D5 52 2F
Octal 26 156 330 132 61 0 17 325 122 57
Binary 10110 1101110 11011000 1011010 110001 0 1111 11010101 1010010 101111

Color Harmonies of #166ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166ED8

Black with #166ED8

Text Example


Text Example

White with #166ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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