#0540CA

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

Shades of Persian Blue #0540CA

Tints of Persian Blue #0540CA

Color information

#0540CA (or 0x0540CA) is unknown color: approx Persian Blue. HEX triplet: 05, 40 and CA. RGB value is (5,64,202). Sum of RGB (Red+Green+Blue) = 5+64+202=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 202 (79.30% from 255 or 74.54% from 271); Max value from RGB is 202 - color contains mainly: blue. Hex color #0540CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0540CA is #FABF35. Grayscale: #3D3D3D. Windows color (decimal): -16432950 or 13254661. OLE color: 13254661.

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

Color convert

RGB564202-
CMYK0.980.6800.21
HSL222.03º95.17%40.59%-
HSV(B)222.03º97.52%79.22%-
XYZ12.567.9656.75-
YUV62.09206.9587.28-

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.62%
BLUE value IS 202 (79.30% from 255) = 74.54%
R=1.85%
G=23.62%
B=74.54%

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
Decimal5642020.980.6800.21222.0395.1740.59
Hex540CA6244015de5f29
Octal510031214210402533613751
Binary10110000001100101011000101000100010101110111101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0540CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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