#0537CA

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

Shades of Persian Blue #0537CA

Tints of Persian Blue #0537CA

Color information

#0537CA (or 0x0537CA) is unknown color: approx Persian Blue. HEX triplet: 05, 37 and CA. RGB value is (5,55,202). Sum of RGB (Red+Green+Blue) = 5+55+202=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 202 (79.30% from 255 or 77.10% from 262); Max value from RGB is 202 - color contains mainly: blue. Hex color #0537CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537CA is #FAC835. Grayscale: #383838. Windows color (decimal): -16435254 or 13252357. OLE color: 13252357.

HSL color Cylindrical-coordinate representation of color #0537CA: hue angle of 224.77º 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 #0537CA is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB555202-
CMYK0.980.7300.21
HSL224.77º95.17%40.59%-
HSV(B)224.77º97.52%79.22%-
XYZ12.097.0356.6-
YUV56.81209.9491.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.91%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 202 (79.30% from 255) = 77.10%
R=1.91%
G=20.99%
B=77.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5552020.980.7300.21224.7795.1740.59
Hex537CA6249015e15f29
Octal56731214211102534113751
Binary1011101111100101011000101001001010101111000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0537CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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