Html Css Color HEX #0532CB Persian Blue

📋 copy color: '#0532CB'

red 5 ◦ green 50 ◦ blue 203

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

Shades of Persian Blue #0532CB

Tints of Persian Blue #0532CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 78.68%

R = 1.94%
G = 19.38%
B = 78.68%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0532CB (or 0x0532CB) is known color: Persian Blue. HEX triplet: 05, 32 and CB. RGB value is (5,50,203). Sum of RGB (Red+Green+Blue) = 5+50+203=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #0532CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0532CB is #FACD34. Grayscale: #353535. Windows color (decimal): -16436533 or 13316613. OLE color: 13316613.

HSL color Cylindrical-coordinate representation of color #0532CB: hue angle of 226.36º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0532CB is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 50 203 -
CMYK 0.98 0.75 0 0.20
HSL 226.36º 0.95% 0.41% -
HSV(B) 226.36º 0.98% 0.8% -
XYZ 11.98 6.63 57.15 -
YUV 53.99 212.09 93.06 -
System Red Green Blue C M Y K H S L
Decimal 5 50 203 0.98 0.75 0 0.20 226.36 0.95 0.41
Hex 5 32 CB 62 4B 0 14 E2 5F 29
Octal 5 62 313 142 113 0 24 342 137 51
Binary 101 110010 11001011 1100010 1001011 0 10100 11100010 1011111 101001

Color Harmonies of #0532CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0532CB

Black with #0532CB

Text Example


Text Example

White with #0532CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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