Html Css Color HEX #518AC8 Havelock Blue

📋 copy color: '#518AC8'

red 81 ◦ green 138 ◦ blue 200

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

Shades of Havelock Blue #518AC8

Tints of Havelock Blue #518AC8

RGB

 RED value IS 81 (32.03% from 255) = 19.33%

 GREEN value IS 138 (54.3% from 255) = 32.94%

 BLUE value IS 200 (78.52% from 255) = 47.73%

R = 19.33%
G = 32.94%
B = 47.73%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#518AC8 (or 0x518AC8) is known color: Havelock Blue. HEX triplet: 51, 8A and C8. RGB value is (81,138,200). Sum of RGB (Red+Green+Blue) = 81+138+200=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #518AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AC8 is #AE7537. Grayscale: #7F7F7F. Windows color (decimal): -11433272 or 13142609. OLE color: 13142609.

HSL color Cylindrical-coordinate representation of color #518AC8: hue angle of 211.26º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518AC8 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 138 200 -
CMYK 0.59 0.31 0 0.22
HSL 211.26º 0.52% 0.55% -
HSV(B) 211.26º 0.6% 0.78% -
XYZ 22.91 24.1 58.09 -
YUV 128.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 81 138 200 0.59 0.31 0 0.22 211.26 0.52 0.55
Hex 51 8A C8 3B 1F 0 16 D3 34 37
Octal 121 212 310 73 37 0 26 323 64 67
Binary 1010001 10001010 11001000 111011 11111 0 10110 11010011 110100 110111

Color Harmonies of #518AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AC8

Black with #518AC8

Text Example


Text Example

White with #518AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518AC8; }

 p { color: rgb(81,138,200); }

 H1.HeaderClassName
 {
   color: #518AC8;
 }
 .AnyTagClassName
 {
   color: #518AC8;
 }
</style>

background-color css

<style>
 a { background-color: #518AC8; }

 a { background-color: rgb(81,138,200); }

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

border-color css

<style>
 span { border-color: #518AC8; }

 span { border-color: rgb(81,138,200); }

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