#0533C9

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

Shades of Persian Blue #0533C9

Tints of Persian Blue #0533C9

Color information

#0533C9 (or 0x0533C9) is unknown color: approx Persian Blue. HEX triplet: 05, 33 and C9. RGB value is (5,51,201). Sum of RGB (Red+Green+Blue) = 5+51+201=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 201 (78.91% from 255 or 78.21% from 257); Max value from RGB is 201 - color contains mainly: blue. Hex color #0533C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0533C9 is #FACC36. Grayscale: #353535. Windows color (decimal): -16436279 or 13185797. OLE color: 13185797.

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

Color convert

RGB551201-
CMYK0.980.7500.21
HSL225.92º95.15%40.39%-
HSV(B)225.92º97.51%78.82%-
XYZ11.796.6255.91-
YUV54.35210.7692.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 201 (78.91% from 255) = 78.21%
R=1.95%
G=19.84%
B=78.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal5512010.980.7500.21225.9295.1540.39
Hex533C9624B015e25f28
Octal56331114211302534213750
Binary1011100111100100111000101001011010101111000101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0533C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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