Html Css Color HEX #518CCB Havelock Blue

📋 copy color: '#518CCB'

red 81 ◦ green 140 ◦ blue 203

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

Shades of Havelock Blue #518CCB

Tints of Havelock Blue #518CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 19.1%
G = 33.02%
B = 47.88%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#518CCB (or 0x518CCB) is known color: Havelock Blue. HEX triplet: 51, 8C and CB. RGB value is (81,140,203). Sum of RGB (Red+Green+Blue) = 81+140+203=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #518CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CCB is #AE7334. Grayscale: #818181. Windows color (decimal): -11432757 or 13339729. OLE color: 13339729.

HSL color Cylindrical-coordinate representation of color #518CCB: hue angle of 210.98º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518CCB is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 140 203 -
CMYK 0.60 0.31 0 0.20
HSL 210.98º 0.54% 0.56% -
HSV(B) 210.98º 0.6% 0.8% -
XYZ 23.55 24.82 60.05 -
YUV 129.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 81 140 203 0.60 0.31 0 0.20 210.98 0.54 0.56
Hex 51 8C CB 3C 1F 0 14 D3 36 38
Octal 121 214 313 74 37 0 24 323 66 70
Binary 1010001 10001100 11001011 111100 11111 0 10100 11010011 110110 111000

Color Harmonies of #518CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CCB

Black with #518CCB

Text Example


Text Example

White with #518CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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