Html Css Color HEX #166EDD Navy Blue

📋 copy color: '#166EDD'

red 22 ◦ green 110 ◦ blue 221

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

Shades of Navy Blue #166EDD

Tints of Navy Blue #166EDD

RGB

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

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

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

R = 6.23%
G = 31.16%
B = 62.61%

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

#166EDD (or 0x166EDD) is known color: Navy Blue. HEX triplet: 16, 6E and DD. RGB value is (22,110,221). Sum of RGB (Red+Green+Blue) = 22+110+221=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #166EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EDD is #E99122. Grayscale: #5F5F5F. Windows color (decimal): -15307043 or 14511638. OLE color: 14511638.

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

Color convert

RGB 22 110 221 -
CMYK 0.90 0.50 0 0.13
HSL 213.47º 0.82% 0.48% -
HSV(B) 213.47º 0.9% 0.87% -
XYZ 18.96 16.54 70.6 -
YUV 96.34 198.35 74.97 -
System Red Green Blue C M Y K H S L
Decimal 22 110 221 0.90 0.50 0 0.13 213.47 0.82 0.48
Hex 16 6E DD 5A 32 0 D D5 52 30
Octal 26 156 335 132 62 0 15 325 122 60
Binary 10110 1101110 11011101 1011010 110010 0 1101 11010101 1010010 110000

Color Harmonies of #166EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #166EDD

Black with #166EDD

Text Example


Text Example

White with #166EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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