#1605C0

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

Shades of Medium Blue #1605C0

Tints of Medium Blue #1605C0

Color information

#1605C0 (or 0x1605C0) is unknown color: approx Medium Blue. HEX triplet: 16, 05 and C0. RGB value is (22,5,192). Sum of RGB (Red+Green+Blue) = 22+5+192=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #1605C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1605C0 is #E9FA3F. Grayscale: #1E1E1E. Windows color (decimal): -15333952 or 12584214. OLE color: 12584214.

HSL color Cylindrical-coordinate representation of color #1605C0: hue angle of 245.45º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1605C0 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB225192-
CMYK0.890.9700.25
HSL245.45º94.92%38.63%-
HSV(B)245.45º97.4%75.29%-
XYZ9.94.0850.14-
YUV31.4218.63121.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.05%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 192 (75.39% from 255) = 87.67%
R=10.05%
G=2.28%
B=87.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2251920.890.9700.25245.4594.9238.63
Hex165C05961019f55f27
Octal26530013114103136513747
Binary101101011100000010110011100001011001111101011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1605C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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