#0540CC

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

Shades of Persian Blue #0540CC

Tints of Persian Blue #0540CC

Color information

#0540CC (or 0x0540CC) is unknown color: approx Persian Blue. HEX triplet: 05, 40 and CC. RGB value is (5,64,204). Sum of RGB (Red+Green+Blue) = 5+64+204=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #0540CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0540CC is #FABF33. Grayscale: #3D3D3D. Windows color (decimal): -16432948 or 13385733. OLE color: 13385733.

HSL color Cylindrical-coordinate representation of color #0540CC: hue angle of 222.21º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0540CC is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB564204-
CMYK0.980.6900.2
HSL222.21º95.22%40.98%-
HSV(B)222.21º97.55%80%-
XYZ12.88.0658.01-
YUV62.32207.9587.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.83%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 204 (80.08% from 255) = 74.73%
R=1.83%
G=23.44%
B=74.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5642040.980.6900.2222.2195.2240.98
Hex540CC6245014de5f29
Octal510031414210502433613751
Binary10110000001100110011000101000101010100110111101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0540CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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