Html Css Color HEX #0537BE Persian Blue

📋 copy color: '#0537BE'

red 5 ◦ green 55 ◦ blue 190

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

Shades of Persian Blue #0537BE

Tints of Persian Blue #0537BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 76%

R = 2%
G = 22%
B = 76%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0537BE (or 0x0537BE) is known color: Persian Blue. HEX triplet: 05, 37 and BE. RGB value is (5,55,190). Sum of RGB (Red+Green+Blue) = 5+55+190=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #0537BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0537BE is #FAC841. Grayscale: #363636. Windows color (decimal): -16435266 or 12465925. OLE color: 12465925.

HSL color Cylindrical-coordinate representation of color #0537BE: hue angle of 223.78º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0537BE is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 55 190 -
CMYK 0.97 0.71 0 0.25
HSL 223.78º 0.95% 0.38% -
HSV(B) 223.78º 0.97% 0.75% -
XYZ 10.72 6.48 49.4 -
YUV 55.44 203.94 92.02 -
System Red Green Blue C M Y K H S L
Decimal 5 55 190 0.97 0.71 0 0.25 223.78 0.95 0.38
Hex 5 37 BE 61 47 0 19 E0 5F 26
Octal 5 67 276 141 107 0 31 340 137 46
Binary 101 110111 10111110 1100001 1000111 0 11001 11100000 1011111 100110

Color Harmonies of #0537BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0537BE

Black with #0537BE

Text Example


Text Example

White with #0537BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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