#0540C9

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

Shades of Persian Blue #0540C9

Tints of Persian Blue #0540C9

Color information

#0540C9 (or 0x0540C9) is unknown color: approx Persian Blue. HEX triplet: 05, 40 and C9. RGB value is (5,64,201). Sum of RGB (Red+Green+Blue) = 5+64+201=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 201 (78.91% from 255 or 74.44% from 270); Max value from RGB is 201 - color contains mainly: blue. Hex color #0540C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0540C9 is #FABF36. Grayscale: #3D3D3D. Windows color (decimal): -16432951 or 13189125. OLE color: 13189125.

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

Color convert

RGB564201-
CMYK0.980.6800.21
HSL221.94º95.15%40.39%-
HSV(B)221.94º97.51%78.82%-
XYZ12.447.9256.13-
YUV61.98206.4587.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 201 (78.91% from 255) = 74.44%
R=1.85%
G=23.70%
B=74.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5642010.980.6800.21221.9495.1540.39
Hex540C96244015de5f28
Octal510031114210402533613750
Binary10110000001100100111000101000100010101110111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0540C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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