Html Css Color HEX #0531CA Persian Blue

📋 copy color: '#0531CA'

red 5 ◦ green 49 ◦ blue 202

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

Shades of Persian Blue #0531CA

Tints of Persian Blue #0531CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 78.91%

R = 1.95%
G = 19.14%
B = 78.91%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0531CA (or 0x0531CA) is known color: Persian Blue. HEX triplet: 05, 31 and CA. RGB value is (5,49,202). Sum of RGB (Red+Green+Blue) = 5+49+202=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 202 (79.30% from 255 or 78.91% from 256); Max value from RGB is 202 - color contains mainly: blue. Hex color #0531CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0531CA is #FACE35. Grayscale: #343434. Windows color (decimal): -16436790 or 13250821. OLE color: 13250821.

HSL color Cylindrical-coordinate representation of color #0531CA: hue angle of 226.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0531CA is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 49 202 -
CMYK 0.98 0.76 0 0.21
HSL 226.6º 0.95% 0.41% -
HSV(B) 226.6º 0.98% 0.79% -
XYZ 11.82 6.49 56.51 -
YUV 53.29 211.92 93.56 -
System Red Green Blue C M Y K H S L
Decimal 5 49 202 0.98 0.76 0 0.21 226.6 0.95 0.41
Hex 5 31 CA 62 4C 0 15 E3 5F 29
Octal 5 61 312 142 114 0 25 343 137 51
Binary 101 110001 11001010 1100010 1001100 0 10101 11100011 1011111 101001

Color Harmonies of #0531CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0531CA

Black with #0531CA

Text Example


Text Example

White with #0531CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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