Html Css Color HEX #155799 Endeavour

📋 copy color: '#155799'

red 21 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #155799

Tints of Endeavour #155799

RGB

 RED value IS 21 (8.59% from 255) = 8.05%

 GREEN value IS 87 (34.38% from 255) = 33.33%

 BLUE value IS 153 (60.16% from 255) = 58.62%

R = 8.05%
G = 33.33%
B = 58.62%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#155799 (or 0x155799) is known color: Endeavour. HEX triplet: 15, 57 and 99. RGB value is (21,87,153). Sum of RGB (Red+Green+Blue) = 21+87+153=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #155799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155799 is #EAA866. Grayscale: #4A4A4A. Windows color (decimal): -15378535 or 10049301. OLE color: 10049301.

HSL color Cylindrical-coordinate representation of color #155799: hue angle of 210º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155799 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 87 153 -
CMYK 0.86 0.43 0 0.4
HSL 210º 0.76% 0.34% -
HSV(B) 210º 0.86% 0.6% -
XYZ 9.47 9.28 31.43 -
YUV 74.79 172.13 89.63 -
System Red Green Blue C M Y K H S L
Decimal 21 87 153 0.86 0.43 0 0.4 210 0.76 0.34
Hex 15 57 99 56 2B 0 28 D2 4C 22
Octal 25 127 231 126 53 0 50 322 114 42
Binary 10101 1010111 10011001 1010110 101011 0 101000 11010010 1001100 100010

Color Harmonies of #155799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155799

Black with #155799

Text Example


Text Example

White with #155799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155799; }

 p { color: rgb(21,87,153); }

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

background-color css

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

 a { background-color: rgb(21,87,153); }

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

border-color css

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

 span { border-color: rgb(21,87,153); }

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