Html Css Color HEX #518ACE Havelock Blue

📋 copy color: '#518ACE'

red 81 ◦ green 138 ◦ blue 206

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

Shades of Havelock Blue #518ACE

Tints of Havelock Blue #518ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 19.06%
G = 32.47%
B = 48.47%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#518ACE (or 0x518ACE) is known color: Havelock Blue. HEX triplet: 51, 8A and CE. RGB value is (81,138,206). Sum of RGB (Red+Green+Blue) = 81+138+206=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #518ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ACE is #AE7531. Grayscale: #808080. Windows color (decimal): -11433266 or 13535825. OLE color: 13535825.

HSL color Cylindrical-coordinate representation of color #518ACE: hue angle of 212.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518ACE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 138 206 -
CMYK 0.61 0.33 0 0.19
HSL 212.64º 0.56% 0.56% -
HSV(B) 212.64º 0.61% 0.81% -
XYZ 23.62 24.38 61.85 -
YUV 128.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 81 138 206 0.61 0.33 0 0.19 212.64 0.56 0.56
Hex 51 8A CE 3D 21 0 13 D5 38 38
Octal 121 212 316 75 41 0 23 325 70 70
Binary 1010001 10001010 11001110 111101 100001 0 10011 11010101 111000 111000

Color Harmonies of #518ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ACE

Black with #518ACE

Text Example


Text Example

White with #518ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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