#166fd0

Color #166FD0 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #166FD0

Tints of Navy Blue #166FD0

Color information

#166FD0 (or 0x166FD0) is unknown color: approx Navy Blue. HEX triplet: 16, 6F and D0. RGB value is (22,111,208). Sum of RGB (Red+Green+Blue) = 22+111+208=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #166FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FD0 is #E9902F. Grayscale: #5E5E5E. Windows color (decimal): -15306800 or 13659926. OLE color: 13659926.

HSL color Cylindrical-coordinate representation of color #166FD0: hue angle of 211.29º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166FD0 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB22111208-
CMYK0.890.4700.18
HSL211.29º80.87%45.1%-
HSV(B)211.29º89.42%81.57%-
XYZ17.416.0961.86-
YUV95.45191.5175.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.45%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 208 (81.64% from 255) = 61.00%
R=6.45%
G=32.55%
B=61.00%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal221112080.890.4700.18211.2980.8745.1
Hex166FD0592F012d3512d
Octal261573201315702232312155
Binary101101101111110100001011001101111010010110100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #166fd0;
 }
 .AnyTagClassName
 {
   color: #166fd0;
 }
</style>
background-color css

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

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

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

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

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

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