#1605D1

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

Shades of Medium Blue #1605D1

Tints of Medium Blue #1605D1

Color information

#1605D1 (or 0x1605D1) is unknown color: approx Medium Blue. HEX triplet: 16, 05 and D1. RGB value is (22,5,209). Sum of RGB (Red+Green+Blue) = 22+5+209=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 209 (82.03% from 255 or 88.56% from 236); Max value from RGB is 209 - color contains mainly: blue. Hex color #1605D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1605D1 is #E9FA2E. Grayscale: #202020. Windows color (decimal): -15333935 or 13698326. OLE color: 13698326.

HSL color Cylindrical-coordinate representation of color #1605D1: hue angle of 245º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1605D1 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB225209-
CMYK0.890.9800.18
HSL245º95.33%41.96%-
HSV(B)245º97.61%81.96%-
XYZ11.894.8860.64-
YUV33.34227.13119.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.32%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 209 (82.03% from 255) = 88.56%
R=9.32%
G=2.12%
B=88.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2252090.890.9800.1824595.3341.96
Hex165D15962012f55f2a
Octal26532113114202236513752
Binary101101011101000110110011100010010010111101011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1605D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1605D1; }

 p { color: rgb(22,5,209); }

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

<style>
 a { background-color: #1605D1; }

 a { background-color: rgb(22,5,209); }

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

<style>
 span { border-color: #1605D1; }

 span { border-color: rgb(22,5,209); }

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