#0531CA

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

Shades of Persian Blue #0531CA

Tints of Persian Blue #0531CA

Color information

#0531CA (or 0x0531CA) is unknown color: approx Persian Blue. HEX triplet: 05, 31 and CA. RGB value is (5,49,202). Sum of RGB (Red+Green+Blue) = 5+49+202=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #0531CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0531CA is #FACE35. Grayscale: #343434. Windows color (decimal): -16436790 or 13250821. OLE color: 13250821.

HSL color Cylindrical-coordinate representation of color #0531CA: hue angle of 226.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0531CA is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB549202-
CMYK0.980.7600.21
HSL226.6º95.17%40.59%-
HSV(B)226.6º97.52%79.22%-
XYZ11.826.4956.51-
YUV53.29211.9293.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 202 (79.30% from 255) = 78.91%
R=1.95%
G=19.14%
B=78.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5492020.980.7600.21226.695.1740.59
Hex531CA624C015e35f29
Octal56131214211402534313751
Binary1011100011100101011000101001100010101111000111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0531CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0531CA; }

 p { color: rgb(5,49,202); }

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

<style>
 a { background-color: #0531CA; }

 a { background-color: rgb(5,49,202); }

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

<style>
 span { border-color: #0531CA; }

 span { border-color: rgb(5,49,202); }

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