Html Css Color HEX #166DDD Navy Blue

📋 copy color: '#166DDD'

red 22 ◦ green 109 ◦ blue 221

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

Shades of Navy Blue #166DDD

Tints of Navy Blue #166DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.97%

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

R = 6.25%
G = 30.97%
B = 62.78%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#166DDD (or 0x166DDD) is known color: Navy Blue. HEX triplet: 16, 6D and DD. RGB value is (22,109,221). Sum of RGB (Red+Green+Blue) = 22+109+221=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #166DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166DDD is #E99222. Grayscale: #5F5F5F. Windows color (decimal): -15307299 or 14511382. OLE color: 14511382.

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

Color convert

RGB 22 109 221 -
CMYK 0.90 0.51 0 0.13
HSL 213.77º 0.82% 0.48% -
HSV(B) 213.77º 0.9% 0.87% -
XYZ 18.85 16.33 70.56 -
YUV 95.76 198.68 75.39 -
System Red Green Blue C M Y K H S L
Decimal 22 109 221 0.90 0.51 0 0.13 213.77 0.82 0.48
Hex 16 6D DD 5A 33 0 D D6 52 30
Octal 26 155 335 132 63 0 15 326 122 60
Binary 10110 1101101 11011101 1011010 110011 0 1101 11010110 1010010 110000

Color Harmonies of #166DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166DDD

Black with #166DDD

Text Example


Text Example

White with #166DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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