#0539C9

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

Shades of Persian Blue #0539C9

Tints of Persian Blue #0539C9

Color information

#0539C9 (or 0x0539C9) is unknown color: approx Persian Blue. HEX triplet: 05, 39 and C9. RGB value is (5,57,201). Sum of RGB (Red+Green+Blue) = 5+57+201=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #0539C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0539C9 is #FAC636. Grayscale: #393939. Windows color (decimal): -16434743 or 13187333. OLE color: 13187333.

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

Color convert

RGB557201-
CMYK0.980.7200.21
HSL224.08º95.15%40.39%-
HSV(B)224.08º97.51%78.82%-
XYZ12.077.1856.01-
YUV57.87208.7790.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.90%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 201 (78.91% from 255) = 76.43%
R=1.90%
G=21.67%
B=76.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5572010.980.7200.21224.0895.1540.39
Hex539C96248015e05f28
Octal57131114211002534013750
Binary1011110011100100111000101001000010101111000001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0539C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0539C9; }

 p { color: rgb(5,57,201); }

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

<style>
 a { background-color: #0539C9; }

 a { background-color: rgb(5,57,201); }

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

<style>
 span { border-color: #0539C9; }

 span { border-color: rgb(5,57,201); }

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