Html Css Color HEX #5187CF Havelock Blue

📋 copy color: '#5187CF'

red 81 ◦ green 135 ◦ blue 207

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

Shades of Havelock Blue #5187CF

Tints of Havelock Blue #5187CF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.91%

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 19.15%
G = 31.91%
B = 48.94%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5187CF (or 0x5187CF) is known color: Havelock Blue. HEX triplet: 51, 87 and CF. RGB value is (81,135,207). Sum of RGB (Red+Green+Blue) = 81+135+207=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #5187CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5187CF is #AE7830. Grayscale: #7E7E7E. Windows color (decimal): -11434033 or 13600593. OLE color: 13600593.

HSL color Cylindrical-coordinate representation of color #5187CF: hue angle of 214.29º 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 #5187CF is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 135 207 -
CMYK 0.61 0.35 0 0.19
HSL 214.29º 0.57% 0.56% -
HSV(B) 214.29º 0.61% 0.81% -
XYZ 23.32 23.58 62.35 -
YUV 127.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 81 135 207 0.61 0.35 0 0.19 214.29 0.57 0.56
Hex 51 87 CF 3D 23 0 13 D6 39 38
Octal 121 207 317 75 43 0 23 326 71 70
Binary 1010001 10000111 11001111 111101 100011 0 10011 11010110 111001 111000

Color Harmonies of #5187CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5187CF

Black with #5187CF

Text Example


Text Example

White with #5187CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5187CF; }

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

 H1.HeaderClassName
 {
   color: #5187CF;
 }
 .AnyTagClassName
 {
   color: #5187CF;
 }
</style>

background-color css

<style>
 a { background-color: #5187CF; }

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

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

border-color css

<style>
 span { border-color: #5187CF; }

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

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