#0537EE

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

Shades of Persian Blue #0537EE

Tints of Persian Blue #0537EE

Color information

#0537EE (or 0x0537EE) is unknown color: approx Persian Blue. HEX triplet: 05, 37 and EE. RGB value is (5,55,238). Sum of RGB (Red+Green+Blue) = 5+55+238=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #0537EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0537EE is #FAC811. Grayscale: #3C3C3C. Windows color (decimal): -16435218 or 15611653. OLE color: 15611653.

HSL color Cylindrical-coordinate representation of color #0537EE: hue angle of 227.12º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0537EE is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB555238-
CMYK0.980.7700.07
HSL227.12º95.88%47.65%-
HSV(B)227.12º97.9%93.33%-
XYZ16.868.9481.73-
YUV60.91227.9488.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 238 (93.36% from 255) = 79.87%
R=1.68%
G=18.46%
B=79.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal5552380.980.7700.07227.1295.8847.65
Hex537EE624D07e36030
Octal5673561421150734314060
Binary10111011111101110110001010011010111111000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0537EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0537EE; }

 p { color: rgb(5,55,238); }

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

<style>
 a { background-color: #0537EE; }

 a { background-color: rgb(5,55,238); }

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

<style>
 span { border-color: #0537EE; }

 span { border-color: rgb(5,55,238); }

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