#2019B6

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

Shades of Persian Blue #2019B6

Tints of Persian Blue #2019B6

Color information

#2019B6 (or 0x2019B6) is unknown color: approx Persian Blue. HEX triplet: 20, 19 and B6. RGB value is (32,25,182). Sum of RGB (Red+Green+Blue) = 32+25+182=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 182 (71.48% from 255 or 76.15% from 239); Max value from RGB is 182 - color contains mainly: blue. Hex color #2019B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019B6 is #DFE649. Grayscale: #2C2C2C. Windows color (decimal): -14673482 or 11933984. OLE color: 11933984.

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

Color convert

RGB3225182-
CMYK0.820.8600.29
HSL242.68º75.85%40.59%-
HSV(B)242.68º86.26%71.37%-
XYZ9.394.3844.61-
YUV44.99205.32118.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 182 (71.48% from 255) = 76.15%
R=13.39%
G=10.46%
B=76.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32251820.820.8600.29242.6875.8540.59
Hex2019B6525601Df34c29
Octal403126612212603536311451
Binary100000110011011011010100101010110011101111100111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2019B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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