Html Css Color HEX #0531CB Persian Blue

📋 copy color: '#0531CB'

red 5 ◦ green 49 ◦ blue 203

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

Shades of Persian Blue #0531CB

Tints of Persian Blue #0531CB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

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

R = 1.95%
G = 19.07%
B = 78.99%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0531CB (or 0x0531CB) is known color: Persian Blue. HEX triplet: 05, 31 and CB. RGB value is (5,49,203). Sum of RGB (Red+Green+Blue) = 5+49+203=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #0531CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0531CB is #FACE34. Grayscale: #343434. Windows color (decimal): -16436789 or 13316357. OLE color: 13316357.

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

Color convert

RGB 5 49 203 -
CMYK 0.98 0.76 0 0.20
HSL 226.67º 0.95% 0.41% -
HSV(B) 226.67º 0.98% 0.8% -
XYZ 11.94 6.54 57.13 -
YUV 53.4 212.42 93.48 -
System Red Green Blue C M Y K H S L
Decimal 5 49 203 0.98 0.76 0 0.20 226.67 0.95 0.41
Hex 5 31 CB 62 4C 0 14 E3 5F 29
Octal 5 61 313 142 114 0 24 343 137 51
Binary 101 110001 11001011 1100010 1001100 0 10100 11100011 1011111 101001

Color Harmonies of #0531CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0531CB

Black with #0531CB

Text Example


Text Example

White with #0531CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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