#0523CE

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

Shades of Persian Blue #0523CE

Tints of Persian Blue #0523CE

Color information

#0523CE (or 0x0523CE) is unknown color: approx Persian Blue. HEX triplet: 05, 23 and CE. RGB value is (5,35,206). Sum of RGB (Red+Green+Blue) = 5+35+206=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #0523CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0523CE is #FADC31. Grayscale: #2C2C2C. Windows color (decimal): -16440370 or 13509381. OLE color: 13509381.

HSL color Cylindrical-coordinate representation of color #0523CE: hue angle of 231.04º 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 #0523CE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB535206-
CMYK0.980.8300.19
HSL231.04º95.26%41.37%-
HSV(B)231.04º97.57%80.78%-
XYZ11.85.6958.87-
YUV45.52218.5699.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 206 (80.86% from 255) = 83.74%
R=2.03%
G=14.23%
B=83.74%

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
Decimal5352060.980.8300.19231.0495.2641.37
Hex523CE6253013e75f29
Octal54331614212302334713751
Binary1011000111100111011000101010011010011111001111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0523CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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