Html Css Color HEX #518AC9 Havelock Blue

📋 copy color: '#518AC9'

red 81 ◦ green 138 ◦ blue 201

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

Shades of Havelock Blue #518AC9

Tints of Havelock Blue #518AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.86%

R = 19.29%
G = 32.86%
B = 47.86%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#518AC9 (or 0x518AC9) is known color: Havelock Blue. HEX triplet: 51, 8A and C9. RGB value is (81,138,201). Sum of RGB (Red+Green+Blue) = 81+138+201=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #518AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AC9 is #AE7536. Grayscale: #7F7F7F. Windows color (decimal): -11433271 or 13208145. OLE color: 13208145.

HSL color Cylindrical-coordinate representation of color #518AC9: hue angle of 211.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518AC9 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 138 201 -
CMYK 0.60 0.31 0 0.21
HSL 211.5º 0.53% 0.55% -
HSV(B) 211.5º 0.6% 0.79% -
XYZ 23.02 24.14 58.7 -
YUV 128.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 81 138 201 0.60 0.31 0 0.21 211.5 0.53 0.55
Hex 51 8A C9 3C 1F 0 15 D4 35 37
Octal 121 212 311 74 37 0 25 324 65 67
Binary 1010001 10001010 11001001 111100 11111 0 10101 11010100 110101 110111

Color Harmonies of #518AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AC9

Black with #518AC9

Text Example


Text Example

White with #518AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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