Html Css Color HEX #0531CE Persian Blue

📋 copy color: '#0531CE'

red 5 ◦ green 49 ◦ blue 206

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

Shades of Persian Blue #0531CE

Tints of Persian Blue #0531CE

RGB

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

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

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

R = 1.92%
G = 18.85%
B = 79.23%

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

#0531CE (or 0x0531CE) is known color: Persian Blue. HEX triplet: 05, 31 and CE. RGB value is (5,49,206). Sum of RGB (Red+Green+Blue) = 5+49+206=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #0531CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0531CE is #FACE31. Grayscale: #353535. Windows color (decimal): -16436786 or 13512965. OLE color: 13512965.

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

Color convert

RGB 5 49 206 -
CMYK 0.98 0.76 0 0.19
HSL 226.87º 0.95% 0.41% -
HSV(B) 226.87º 0.98% 0.81% -
XYZ 12.3 6.69 59.03 -
YUV 53.74 213.92 93.23 -
System Red Green Blue C M Y K H S L
Decimal 5 49 206 0.98 0.76 0 0.19 226.87 0.95 0.41
Hex 5 31 CE 62 4C 0 13 E3 5F 29
Octal 5 61 316 142 114 0 23 343 137 51
Binary 101 110001 11001110 1100010 1001100 0 10011 11100011 1011111 101001

Color Harmonies of #0531CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0531CE

Black with #0531CE

Text Example


Text Example

White with #0531CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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