Html Css Color HEX #156497 Endeavour

📋 copy color: '#156497'

red 21 ◦ green 100 ◦ blue 151

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

Shades of Endeavour #156497

Tints of Endeavour #156497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.76%

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

R = 7.72%
G = 36.76%
B = 55.51%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#156497 (or 0x156497) is known color: Endeavour. HEX triplet: 15, 64 and 97. RGB value is (21,100,151). Sum of RGB (Red+Green+Blue) = 21+100+151=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #156497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156497 is #EA9B68. Grayscale: #515151. Windows color (decimal): -15375209 or 9921557. OLE color: 9921557.

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

Color convert

RGB 21 100 151 -
CMYK 0.86 0.34 0 0.41
HSL 203.54º 0.76% 0.34% -
HSV(B) 203.54º 0.86% 0.59% -
XYZ 10.45 11.51 30.95 -
YUV 82.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 21 100 151 0.86 0.34 0 0.41 203.54 0.76 0.34
Hex 15 64 97 56 22 0 29 CC 4C 22
Octal 25 144 227 126 42 0 51 314 114 42
Binary 10101 1100100 10010111 1010110 100010 0 101001 11001100 1001100 100010

Color Harmonies of #156497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156497

Black with #156497

Text Example


Text Example

White with #156497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156497; }

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

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

background-color css

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

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

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

border-color css

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

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

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