Html Css Color HEX #0537D9 Persian Blue

📋 copy color: '#0537D9'

red 5 ◦ green 55 ◦ blue 217

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

Shades of Persian Blue #0537D9

Tints of Persian Blue #0537D9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 217 (85.16% from 255) = 78.34%

R = 1.81%
G = 19.86%
B = 78.34%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0537D9 (or 0x0537D9) is known color: Persian Blue. HEX triplet: 05, 37 and D9. RGB value is (5,55,217). Sum of RGB (Red+Green+Blue) = 5+55+217=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 217 (85.16% from 255 or 78.34% from 277); Max value from RGB is 217 - color contains mainly: blue. Hex color #0537D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537D9 is #FAC826. Grayscale: #393939. Windows color (decimal): -16435239 or 14235397. OLE color: 14235397.

HSL color Cylindrical-coordinate representation of color #0537D9: hue angle of 225.85º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0537D9 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 55 217 -
CMYK 0.98 0.75 0 0.15
HSL 225.85º 0.95% 0.44% -
HSV(B) 225.85º 0.98% 0.85% -
XYZ 13.95 7.77 66.41 -
YUV 58.52 217.44 89.83 -
System Red Green Blue C M Y K H S L
Decimal 5 55 217 0.98 0.75 0 0.15 225.85 0.95 0.44
Hex 5 37 D9 62 4B 0 F E2 5F 2C
Octal 5 67 331 142 113 0 17 342 137 54
Binary 101 110111 11011001 1100010 1001011 0 1111 11100010 1011111 101100

Color Harmonies of #0537D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0537D9

Black with #0537D9

Text Example


Text Example

White with #0537D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0537D9; }

 p { color: rgb(5,55,217); }

 H1.HeaderClassName
 {
   color: #0537D9;
 }
 .AnyTagClassName
 {
   color: #0537D9;
 }
</style>

background-color css

<style>
 a { background-color: #0537D9; }

 a { background-color: rgb(5,55,217); }

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

border-color css

<style>
 span { border-color: #0537D9; }

 span { border-color: rgb(5,55,217); }

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