#166AEB

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

Shades of Navy Blue #166AEB

Tints of Navy Blue #166AEB

Color information

#166AEB (or 0x166AEB) is unknown color: approx Navy Blue. HEX triplet: 16, 6A and EB. RGB value is (22,106,235). Sum of RGB (Red+Green+Blue) = 22+106+235=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #166AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166AEB is #E99514. Grayscale: #5E5E5E. Windows color (decimal): -15308053 or 15428118. OLE color: 15428118.

HSL color Cylindrical-coordinate representation of color #166AEB: hue angle of 216.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166AEB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22106235-
CMYK0.910.5500.08
HSL216.34º84.19%50.39%-
HSV(B)216.34º90.64%92.16%-
XYZ20.4816.4880.7-
YUV95.59206.6775.51-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.06%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 235 (92.19% from 255) = 64.74%
R=6.06%
G=29.20%
B=64.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal221062350.910.5500.08216.3484.1950.39
Hex166AEB5B3708d85432
Octal261523531336701033012462
Binary10110110101011101011101101111011101000110110001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,106,235); }

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

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

 a { background-color: rgb(22,106,235); }

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

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

 span { border-color: rgb(22,106,235); }

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