Html Css Color HEX #5073BF Havelock Blue

📋 copy color: '#5073BF'

red 80 ◦ green 115 ◦ blue 191

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

Shades of Havelock Blue #5073BF

Tints of Havelock Blue #5073BF

RGB

 RED value IS 80 (31.64% from 255) = 20.73%

 GREEN value IS 115 (45.31% from 255) = 29.79%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 20.73%
G = 29.79%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5073BF (or 0x5073BF) is known color: Havelock Blue. HEX triplet: 50, 73 and BF. RGB value is (80,115,191). Sum of RGB (Red+Green+Blue) = 80+115+191=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #5073BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5073BF is #AF8C40. Grayscale: #707070. Windows color (decimal): -11504705 or 12546896. OLE color: 12546896.

HSL color Cylindrical-coordinate representation of color #5073BF: hue angle of 221.08º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5073BF is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 115 191 -
CMYK 0.58 0.40 0 0.25
HSL 221.08º 0.46% 0.53% -
HSV(B) 221.08º 0.58% 0.75% -
XYZ 18.84 17.73 51.72 -
YUV 113.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 80 115 191 0.58 0.40 0 0.25 221.08 0.46 0.53
Hex 50 73 BF 3A 28 0 19 DD 2E 35
Octal 120 163 277 72 50 0 31 335 56 65
Binary 1010000 1110011 10111111 111010 101000 0 11001 11011101 101110 110101

Color Harmonies of #5073BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5073BF

Black with #5073BF

Text Example


Text Example

White with #5073BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5073BF; }

 p { color: rgb(80,115,191); }

 H1.HeaderClassName
 {
   color: #5073BF;
 }
 .AnyTagClassName
 {
   color: #5073BF;
 }
</style>

background-color css

<style>
 a { background-color: #5073BF; }

 a { background-color: rgb(80,115,191); }

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

border-color css

<style>
 span { border-color: #5073BF; }

 span { border-color: rgb(80,115,191); }

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