#0524CE

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

Shades of Persian Blue #0524CE

Tints of Persian Blue #0524CE

Color information

#0524CE (or 0x0524CE) is unknown color: approx Persian Blue. HEX triplet: 05, 24 and CE. RGB value is (5,36,206). Sum of RGB (Red+Green+Blue) = 5+36+206=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #0524CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524CE is #FADB31. Grayscale: #2D2D2D. Windows color (decimal): -16440114 or 13509637. OLE color: 13509637.

HSL color Cylindrical-coordinate representation of color #0524CE: hue angle of 230.75º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0524CE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB536206-
CMYK0.980.8300.19
HSL230.75º95.26%41.37%-
HSV(B)230.75º97.57%80.78%-
XYZ11.835.7558.88-
YUV46.11218.2398.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 206 (80.86% from 255) = 83.40%
R=2.02%
G=14.57%
B=83.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5362060.980.8300.19230.7595.2641.37
Hex524CE6253013e75f29
Octal54431614212302334713751
Binary1011001001100111011000101010011010011111001111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0524CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0524CE; }

 p { color: rgb(5,36,206); }

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

<style>
 a { background-color: #0524CE; }

 a { background-color: rgb(5,36,206); }

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

<style>
 span { border-color: #0524CE; }

 span { border-color: rgb(5,36,206); }

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