Html Css Color HEX #0537DD Persian Blue

📋 copy color: '#0537DD'

red 5 ◦ green 55 ◦ blue 221

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

Shades of Persian Blue #0537DD

Tints of Persian Blue #0537DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 78.65%

R = 1.78%
G = 19.57%
B = 78.65%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0537DD (or 0x0537DD) is known color: Persian Blue. HEX triplet: 05, 37 and DD. RGB value is (5,55,221). Sum of RGB (Red+Green+Blue) = 5+55+221=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #0537DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537DD is #FAC822. Grayscale: #3A3A3A. Windows color (decimal): -16435235 or 14497541. OLE color: 14497541.

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

Color convert

RGB 5 55 221 -
CMYK 0.98 0.75 0 0.13
HSL 226.11º 0.96% 0.44% -
HSV(B) 226.11º 0.98% 0.87% -
XYZ 14.48 7.99 69.18 -
YUV 58.97 219.44 89.5 -
System Red Green Blue C M Y K H S L
Decimal 5 55 221 0.98 0.75 0 0.13 226.11 0.96 0.44
Hex 5 37 DD 62 4B 0 D E2 60 2C
Octal 5 67 335 142 113 0 15 342 140 54
Binary 101 110111 11011101 1100010 1001011 0 1101 11100010 1100000 101100

Color Harmonies of #0537DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0537DD

Black with #0537DD

Text Example


Text Example

White with #0537DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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