#518BCF

Color #518BCF Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #518BCF

Tints of Havelock Blue #518BCF

Color information

#518BCF (or 0x518BCF) is unknown color: approx Havelock Blue. HEX triplet: 51, 8B and CF. RGB value is (81,139,207). Sum of RGB (Red+Green+Blue) = 81+139+207=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #518BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BCF is #AE7430. Grayscale: #818181. Windows color (decimal): -11433009 or 13601617. OLE color: 13601617.

HSL color Cylindrical-coordinate representation of color #518BCF: hue angle of 212.38º degrees, saturation: 0.57, 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 #518BCF is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81139207-
CMYK0.610.3300.19
HSL212.38º56.76%56.47%-
HSV(B)212.38º60.87%81.18%-
XYZ23.8924.7262.54-
YUV129.41171.7893.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.97%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=18.97%
G=32.55%
B=48.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811392070.610.3300.19212.3856.7656.47
Hex518BCF3D21013d43938
Octal12121331775410233247170
Binary1010001100010111100111111110110000101001111010100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #518BCF;
 }
 .AnyTagClassName
 {
   color: #518BCF;
 }
</style>
background-color css

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

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

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

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

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

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