Html Css Color HEX #0537D8 Persian Blue

📋 copy color: '#0537D8'

red 5 ◦ green 55 ◦ blue 216

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

Shades of Persian Blue #0537D8

Tints of Persian Blue #0537D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 78.26%

R = 1.81%
G = 19.93%
B = 78.26%

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

#0537D8 (or 0x0537D8) is known color: Persian Blue. HEX triplet: 05, 37 and D8. RGB value is (5,55,216). Sum of RGB (Red+Green+Blue) = 5+55+216=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 216 (84.77% from 255 or 78.26% from 276); Max value from RGB is 216 - color contains mainly: blue. Hex color #0537D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537D8 is #FAC827. Grayscale: #393939. Windows color (decimal): -16435240 or 14169861. OLE color: 14169861.

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

Color convert

RGB 5 55 216 -
CMYK 0.98 0.75 0 0.15
HSL 225.78º 0.95% 0.43% -
HSV(B) 225.78º 0.98% 0.85% -
XYZ 13.82 7.72 65.73 -
YUV 58.4 216.94 89.91 -
System Red Green Blue C M Y K H S L
Decimal 5 55 216 0.98 0.75 0 0.15 225.78 0.95 0.43
Hex 5 37 D8 62 4B 0 F E2 5F 2B
Octal 5 67 330 142 113 0 17 342 137 53
Binary 101 110111 11011000 1100010 1001011 0 1111 11100010 1011111 101011

Color Harmonies of #0537D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0537D8

Black with #0537D8

Text Example


Text Example

White with #0537D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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