Html Css Color HEX #166FD8 Navy Blue

📋 copy color: '#166FD8'

red 22 ◦ green 111 ◦ blue 216

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

Shades of Navy Blue #166FD8

Tints of Navy Blue #166FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.81%

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

R = 6.3%
G = 31.81%
B = 61.89%

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

#166FD8 (or 0x166FD8) is known color: Navy Blue. HEX triplet: 16, 6F and D8. RGB value is (22,111,216). Sum of RGB (Red+Green+Blue) = 22+111+216=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #166FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FD8 is #E99027. Grayscale: #5F5F5F. Windows color (decimal): -15306792 or 14184214. OLE color: 14184214.

HSL color Cylindrical-coordinate representation of color #166FD8: hue angle of 212.47º 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 #166FD8 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 22 111 216 -
CMYK 0.90 0.49 0 0.15
HSL 212.47º 0.82% 0.47% -
HSV(B) 212.47º 0.9% 0.85% -
XYZ 18.41 16.5 67.18 -
YUV 96.36 195.51 74.96 -
System Red Green Blue C M Y K H S L
Decimal 22 111 216 0.90 0.49 0 0.15 212.47 0.82 0.47
Hex 16 6F D8 5A 31 0 F D4 52 2F
Octal 26 157 330 132 61 0 17 324 122 57
Binary 10110 1101111 11011000 1011010 110001 0 1111 11010100 1010010 101111

Color Harmonies of #166FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166FD8

Black with #166FD8

Text Example


Text Example

White with #166FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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