Html Css Color HEX #518BCA Havelock Blue

📋 copy color: '#518BCA'

red 81 ◦ green 139 ◦ blue 202

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

Shades of Havelock Blue #518BCA

Tints of Havelock Blue #518BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.94%

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

R = 19.19%
G = 32.94%
B = 47.87%

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

#518BCA (or 0x518BCA) is known color: Havelock Blue. HEX triplet: 51, 8B and CA. RGB value is (81,139,202). Sum of RGB (Red+Green+Blue) = 81+139+202=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #518BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BCA is #AE7435. Grayscale: #808080. Windows color (decimal): -11433014 or 13273937. OLE color: 13273937.

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

Color convert

RGB 81 139 202 -
CMYK 0.60 0.31 0 0.21
HSL 211.24º 0.53% 0.55% -
HSV(B) 211.24º 0.6% 0.79% -
XYZ 23.29 24.48 59.37 -
YUV 128.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 81 139 202 0.60 0.31 0 0.21 211.24 0.53 0.55
Hex 51 8B CA 3C 1F 0 15 D3 35 37
Octal 121 213 312 74 37 0 25 323 65 67
Binary 1010001 10001011 11001010 111100 11111 0 10101 11010011 110101 110111

Color Harmonies of #518BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BCA

Black with #518BCA

Text Example


Text Example

White with #518BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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