Html Css Color HEX #155699 Endeavour

📋 copy color: '#155699'

red 21 ◦ green 86 ◦ blue 153

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

Shades of Endeavour #155699

Tints of Endeavour #155699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.08%

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

R = 8.08%
G = 33.08%
B = 58.85%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#155699 (or 0x155699) is known color: Endeavour. HEX triplet: 15, 56 and 99. RGB value is (21,86,153). Sum of RGB (Red+Green+Blue) = 21+86+153=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #155699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155699 is #EAA966. Grayscale: #494949. Windows color (decimal): -15378791 or 10049045. OLE color: 10049045.

HSL color Cylindrical-coordinate representation of color #155699: hue angle of 210.45º 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 #155699 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 86 153 -
CMYK 0.86 0.44 0 0.4
HSL 210.45º 0.76% 0.34% -
HSV(B) 210.45º 0.86% 0.6% -
XYZ 9.39 9.11 31.4 -
YUV 74.2 172.47 90.05 -
System Red Green Blue C M Y K H S L
Decimal 21 86 153 0.86 0.44 0 0.4 210.45 0.76 0.34
Hex 15 56 99 56 2C 0 28 D2 4C 22
Octal 25 126 231 126 54 0 50 322 114 42
Binary 10101 1010110 10011001 1010110 101100 0 101000 11010010 1001100 100010

Color Harmonies of #155699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155699

Black with #155699

Text Example


Text Example

White with #155699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155699; }

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

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

background-color css

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

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

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

border-color css

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

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

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