#1606B9

Color #1606B9 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1606B9

Tints of Medium Blue #1606B9

Color information

#1606B9 (or 0x1606B9) is unknown color: approx Medium Blue. HEX triplet: 16, 06 and B9. RGB value is (22,6,185). Sum of RGB (Red+Green+Blue) = 22+6+185=213 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.33% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 185 (72.66% from 255 or 86.85% from 213); Max value from RGB is 185 - color contains mainly: blue. Hex color #1606B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1606B9 is #E9F946. Grayscale: #1E1E1E. Windows color (decimal): -15333703 or 12125718. OLE color: 12125718.

HSL color Cylindrical-coordinate representation of color #1606B9: hue angle of 245.36º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1606B9 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB226185-
CMYK0.880.9700.27
HSL245.36º93.72%37.45%-
HSV(B)245.36º96.76%72.55%-
XYZ9.153.846.15-
YUV31.19214.8121.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.33%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 185 (72.66% from 255) = 86.85%
R=10.33%
G=2.82%
B=86.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2261850.880.9700.27245.3693.7237.45
Hex166B9586101Bf55e25
Octal26627113014103336513645
Binary101101101011100110110001100001011011111101011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1606B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1606B9; }

 p { color: rgb(22,6,185); }

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

<style>
 a { background-color: #1606B9; }

 a { background-color: rgb(22,6,185); }

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

<style>
 span { border-color: #1606B9; }

 span { border-color: rgb(22,6,185); }

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