#0531CF

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

Shades of Persian Blue #0531CF

Tints of Persian Blue #0531CF

Color information

#0531CF (or 0x0531CF) is unknown color: approx Persian Blue. HEX triplet: 05, 31 and CF. RGB value is (5,49,207). Sum of RGB (Red+Green+Blue) = 5+49+207=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #0531CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0531CF is #FACE30. Grayscale: #353535. Windows color (decimal): -16436785 or 13578501. OLE color: 13578501.

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

Color convert

RGB549207-
CMYK0.980.7600.19
HSL226.93º95.28%41.57%-
HSV(B)226.93º97.58%81.18%-
XYZ12.426.7359.68-
YUV53.86214.4293.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.92%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 207 (81.25% from 255) = 79.31%
R=1.92%
G=18.77%
B=79.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5492070.980.7600.19226.9395.2841.57
Hex531CF624C013e35f2a
Octal56131714211402334313752
Binary1011100011100111111000101001100010011111000111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0531CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0531CF; }

 p { color: rgb(5,49,207); }

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

<style>
 a { background-color: #0531CF; }

 a { background-color: rgb(5,49,207); }

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

<style>
 span { border-color: #0531CF; }

 span { border-color: rgb(5,49,207); }

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