#4182D1

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

Shades of Havelock Blue #4182D1

Tints of Havelock Blue #4182D1

Color information

#4182D1 (or 0x4182D1) is unknown color: approx Havelock Blue. HEX triplet: 41, 82 and D1. RGB value is (65,130,209). Sum of RGB (Red+Green+Blue) = 65+130+209=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #4182D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4182D1 is #BE7D2E. Grayscale: #777777. Windows color (decimal): -12483887 or 13730369. OLE color: 13730369.

HSL color Cylindrical-coordinate representation of color #4182D1: hue angle of 212.92º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4182D1 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB65130209-
CMYK0.690.3800.18
HSL212.92º61.02%53.73%-
HSV(B)212.92º68.9%81.96%-
XYZ21.6721.6963.37-
YUV119.57178.4789.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.09%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 209 (82.03% from 255) = 51.73%
R=16.09%
G=32.18%
B=51.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal651302090.690.3800.18212.9261.0253.73
Hex4182D14526012d53d36
Octal101202321105460223257566
Binary10000011000001011010001100010110011001001011010101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4182D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4182D1; }

 p { color: rgb(65,130,209); }

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

<style>
 a { background-color: #4182D1; }

 a { background-color: rgb(65,130,209); }

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

<style>
 span { border-color: #4182D1; }

 span { border-color: rgb(65,130,209); }

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