Html Css Color HEX #155997 Endeavour

📋 copy color: '#155997'

red 21 ◦ green 89 ◦ blue 151

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

Shades of Endeavour #155997

Tints of Endeavour #155997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 151 (59.38% from 255) = 57.85%

R = 8.05%
G = 34.1%
B = 57.85%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#155997 (or 0x155997) is known color: Endeavour. HEX triplet: 15, 59 and 97. RGB value is (21,89,151). Sum of RGB (Red+Green+Blue) = 21+89+151=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #155997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155997 is #EAA668. Grayscale: #4B4B4B. Windows color (decimal): -15378025 or 9918741. OLE color: 9918741.

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

Color convert

RGB 21 89 151 -
CMYK 0.86 0.41 0 0.41
HSL 208.62º 0.76% 0.34% -
HSV(B) 208.62º 0.86% 0.59% -
XYZ 9.47 9.54 30.62 -
YUV 75.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 21 89 151 0.86 0.41 0 0.41 208.62 0.76 0.34
Hex 15 59 97 56 29 0 29 D1 4C 22
Octal 25 131 227 126 51 0 51 321 114 42
Binary 10101 1011001 10010111 1010110 101001 0 101001 11010001 1001100 100010

Color Harmonies of #155997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155997

Black with #155997

Text Example


Text Example

White with #155997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155997; }

 p { color: rgb(21,89,151); }

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

background-color css

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

 a { background-color: rgb(21,89,151); }

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

border-color css

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

 span { border-color: rgb(21,89,151); }

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