Html Css Color HEX #4187DB Havelock Blue

📋 copy color: '#4187DB'

red 65 ◦ green 135 ◦ blue 219

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

Shades of Havelock Blue #4187DB

Tints of Havelock Blue #4187DB

RGB

 RED value IS 65 (25.78% from 255) = 15.51%

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

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 15.51%
G = 32.22%
B = 52.27%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4187DB (or 0x4187DB) is known color: Havelock Blue. HEX triplet: 41, 87 and DB. RGB value is (65,135,219). Sum of RGB (Red+Green+Blue) = 65+135+219=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #4187DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4187DB is #BE7824. Grayscale: #7B7B7B. Windows color (decimal): -12482597 or 14387009. OLE color: 14387009.

HSL color Cylindrical-coordinate representation of color #4187DB: hue angle of 212.73º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4187DB is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 135 219 -
CMYK 0.70 0.38 0 0.14
HSL 212.73º 0.68% 0.56% -
HSV(B) 212.73º 0.7% 0.86% -
XYZ 23.63 23.57 70.32 -
YUV 123.65 181.81 86.17 -
System Red Green Blue C M Y K H S L
Decimal 65 135 219 0.70 0.38 0 0.14 212.73 0.68 0.56
Hex 41 87 DB 46 26 0 E D5 44 38
Octal 101 207 333 106 46 0 16 325 104 70
Binary 1000001 10000111 11011011 1000110 100110 0 1110 11010101 1000100 111000

Color Harmonies of #4187DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4187DB

Black with #4187DB

Text Example


Text Example

White with #4187DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4187DB; }

 p { color: rgb(65,135,219); }

 H1.HeaderClassName
 {
   color: #4187DB;
 }
 .AnyTagClassName
 {
   color: #4187DB;
 }
</style>

background-color css

<style>
 a { background-color: #4187DB; }

 a { background-color: rgb(65,135,219); }

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

border-color css

<style>
 span { border-color: #4187DB; }

 span { border-color: rgb(65,135,219); }

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