Html Css Color HEX #0537CD Persian Blue

📋 copy color: '#0537CD'

red 5 ◦ green 55 ◦ blue 205

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

Shades of Persian Blue #0537CD

Tints of Persian Blue #0537CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 77.36%

R = 1.89%
G = 20.75%
B = 77.36%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0537CD (or 0x0537CD) is known color: Persian Blue. HEX triplet: 05, 37 and CD. RGB value is (5,55,205). Sum of RGB (Red+Green+Blue) = 5+55+205=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #0537CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537CD is #FAC832. Grayscale: #383838. Windows color (decimal): -16435251 or 13448965. OLE color: 13448965.

HSL color Cylindrical-coordinate representation of color #0537CD: hue angle of 225º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0537CD is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 55 205 -
CMYK 0.98 0.73 0 0.20
HSL 225º 0.95% 0.41% -
HSV(B) 225º 0.98% 0.8% -
XYZ 12.45 7.17 58.49 -
YUV 57.15 211.44 90.8 -
System Red Green Blue C M Y K H S L
Decimal 5 55 205 0.98 0.73 0 0.20 225 0.95 0.41
Hex 5 37 CD 62 49 0 14 E1 5F 29
Octal 5 67 315 142 111 0 24 341 137 51
Binary 101 110111 11001101 1100010 1001001 0 10100 11100001 1011111 101001

Color Harmonies of #0537CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0537CD

Black with #0537CD

Text Example


Text Example

White with #0537CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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