Html Css Color HEX #156197 Endeavour

📋 copy color: '#156197'

red 21 ◦ green 97 ◦ blue 151

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

Shades of Endeavour #156197

Tints of Endeavour #156197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.06%

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

R = 7.81%
G = 36.06%
B = 56.13%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#156197 (or 0x156197) is known color: Endeavour. HEX triplet: 15, 61 and 97. RGB value is (21,97,151). Sum of RGB (Red+Green+Blue) = 21+97+151=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #156197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156197 is #EA9E68. Grayscale: #505050. Windows color (decimal): -15375977 or 9920789. OLE color: 9920789.

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

Color convert

RGB 21 97 151 -
CMYK 0.86 0.36 0 0.41
HSL 204.92º 0.76% 0.34% -
HSV(B) 204.92º 0.86% 0.59% -
XYZ 10.17 10.94 30.85 -
YUV 80.43 167.82 85.61 -
System Red Green Blue C M Y K H S L
Decimal 21 97 151 0.86 0.36 0 0.41 204.92 0.76 0.34
Hex 15 61 97 56 24 0 29 CD 4C 22
Octal 25 141 227 126 44 0 51 315 114 42
Binary 10101 1100001 10010111 1010110 100100 0 101001 11001101 1001100 100010

Color Harmonies of #156197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156197

Black with #156197

Text Example


Text Example

White with #156197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156197; }

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

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

background-color css

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

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

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

border-color css

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

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

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