Html Css Color HEX #166FDD Navy Blue

📋 copy color: '#166FDD'

red 22 ◦ green 111 ◦ blue 221

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

Shades of Navy Blue #166FDD

Tints of Navy Blue #166FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 6.21%
G = 31.36%
B = 62.43%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#166FDD (or 0x166FDD) is known color: Navy Blue. HEX triplet: 16, 6F and DD. RGB value is (22,111,221). Sum of RGB (Red+Green+Blue) = 22+111+221=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #166FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FDD is #E99022. Grayscale: #606060. Windows color (decimal): -15306787 or 14511894. OLE color: 14511894.

HSL color Cylindrical-coordinate representation of color #166FDD: hue angle of 213.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #166FDD is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 22 111 221 -
CMYK 0.90 0.50 0 0.13
HSL 213.17º 0.82% 0.48% -
HSV(B) 213.17º 0.9% 0.87% -
XYZ 19.07 16.76 70.64 -
YUV 96.93 198.01 74.56 -
System Red Green Blue C M Y K H S L
Decimal 22 111 221 0.90 0.50 0 0.13 213.17 0.82 0.48
Hex 16 6F DD 5A 32 0 D D5 52 30
Octal 26 157 335 132 62 0 15 325 122 60
Binary 10110 1101111 11011101 1011010 110010 0 1101 11010101 1010010 110000

Color Harmonies of #166FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166FDD

Black with #166FDD

Text Example


Text Example

White with #166FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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