Html Css Color HEX #166FDB Navy Blue

📋 copy color: '#166FDB'

red 22 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #166FDB

Tints of Navy Blue #166FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 6.25%
G = 31.53%
B = 62.22%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#166FDB (or 0x166FDB) is known color: Navy Blue. HEX triplet: 16, 6F and DB. RGB value is (22,111,219). Sum of RGB (Red+Green+Blue) = 22+111+219=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #166FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FDB is #E99024. Grayscale: #606060. Windows color (decimal): -15306789 or 14380822. OLE color: 14380822.

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

Color convert

RGB 22 111 219 -
CMYK 0.90 0.49 0 0.14
HSL 212.89º 0.82% 0.47% -
HSV(B) 212.89º 0.9% 0.86% -
XYZ 18.8 16.65 69.24 -
YUV 96.7 197.01 74.72 -
System Red Green Blue C M Y K H S L
Decimal 22 111 219 0.90 0.49 0 0.14 212.89 0.82 0.47
Hex 16 6F DB 5A 31 0 E D5 52 2F
Octal 26 157 333 132 61 0 16 325 122 57
Binary 10110 1101111 11011011 1011010 110001 0 1110 11010101 1010010 101111

Color Harmonies of #166FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166FDB

Black with #166FDB

Text Example


Text Example

White with #166FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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