Html Css Color HEX #0532CE Persian Blue

📋 copy color: '#0532CE'

red 5 ◦ green 50 ◦ blue 206

#0532CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0532CE

Tints of Persian Blue #0532CE

RGB

 RED value IS 5 (2.34% from 255) = 1.92%

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 206 (80.86% from 255) = 78.93%

R = 1.92%
G = 19.16%
B = 78.93%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0532CE (or 0x0532CE) is known color: Persian Blue. HEX triplet: 05, 32 and CE. RGB value is (5,50,206). Sum of RGB (Red+Green+Blue) = 5+50+206=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #0532CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0532CE is #FACD31. Grayscale: #353535. Windows color (decimal): -16436530 or 13513221. OLE color: 13513221.

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

Color convert

RGB 5 50 206 -
CMYK 0.98 0.76 0 0.19
HSL 226.57º 0.95% 0.41% -
HSV(B) 226.57º 0.98% 0.81% -
XYZ 12.34 6.77 59.05 -
YUV 54.33 213.59 92.82 -
System Red Green Blue C M Y K H S L
Decimal 5 50 206 0.98 0.76 0 0.19 226.57 0.95 0.41
Hex 5 32 CE 62 4C 0 13 E3 5F 29
Octal 5 62 316 142 114 0 23 343 137 51
Binary 101 110010 11001110 1100010 1001100 0 10011 11100011 1011111 101001

Color Harmonies of #0532CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0532CE

Black with #0532CE

Text Example


Text Example

White with #0532CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0532CE;
 }
 .AnyTagClassName
 {
   color: #0532CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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