Html Css Color HEX #518CCA Havelock Blue

📋 copy color: '#518CCA'

red 81 ◦ green 140 ◦ blue 202

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

Shades of Havelock Blue #518CCA

Tints of Havelock Blue #518CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 19.15%
G = 33.1%
B = 47.75%

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

#518CCA (or 0x518CCA) is known color: Havelock Blue. HEX triplet: 51, 8C and CA. RGB value is (81,140,202). Sum of RGB (Red+Green+Blue) = 81+140+202=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #518CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CCA is #AE7335. Grayscale: #818181. Windows color (decimal): -11432758 or 13274193. OLE color: 13274193.

HSL color Cylindrical-coordinate representation of color #518CCA: hue angle of 210.74º 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 #518CCA is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 140 202 -
CMYK 0.60 0.31 0 0.21
HSL 210.74º 0.53% 0.55% -
HSV(B) 210.74º 0.6% 0.79% -
XYZ 23.43 24.77 59.42 -
YUV 129.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 81 140 202 0.60 0.31 0 0.21 210.74 0.53 0.55
Hex 51 8C CA 3C 1F 0 15 D3 35 37
Octal 121 214 312 74 37 0 25 323 65 67
Binary 1010001 10001100 11001010 111100 11111 0 10101 11010011 110101 110111

Color Harmonies of #518CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CCA

Black with #518CCA

Text Example


Text Example

White with #518CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,140,202); }

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

background-color css

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

 a { background-color: rgb(81,140,202); }

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

border-color css

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

 span { border-color: rgb(81,140,202); }

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