#2015B6

Color #2015B6 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2015B6

Tints of Persian Blue #2015B6

Color information

#2015B6 (or 0x2015B6) is unknown color: approx Persian Blue. HEX triplet: 20, 15 and B6. RGB value is (32,21,182). Sum of RGB (Red+Green+Blue) = 32+21+182=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 182 (71.48% from 255 or 77.45% from 235); Max value from RGB is 182 - color contains mainly: blue. Hex color #2015B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2015B6 is #DFEA49. Grayscale: #2A2A2A. Windows color (decimal): -14674506 or 11932960. OLE color: 11932960.

HSL color Cylindrical-coordinate representation of color #2015B6: hue angle of 244.1º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2015B6 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3221182-
CMYK0.820.8800.29
HSL244.1º79.31%39.8%-
HSV(B)244.1º88.46%71.37%-
XYZ9.314.2244.58-
YUV42.64206.64120.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 182 (71.48% from 255) = 77.45%
R=13.62%
G=8.94%
B=77.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32211820.820.8800.29244.179.3139.8
Hex2015B6525801Df44f28
Octal402526612213003536411750
Binary100000101011011011010100101011000011101111101001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2015B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2015B6; }

 p { color: rgb(32,21,182); }

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

<style>
 a { background-color: #2015B6; }

 a { background-color: rgb(32,21,182); }

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

<style>
 span { border-color: #2015B6; }

 span { border-color: rgb(32,21,182); }

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