Html Css Color HEX #156799 Endeavour

📋 copy color: '#156799'

red 21 ◦ green 103 ◦ blue 153

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

Shades of Endeavour #156799

Tints of Endeavour #156799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.18%

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

R = 7.58%
G = 37.18%
B = 55.23%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#156799 (or 0x156799) is known color: Endeavour. HEX triplet: 15, 67 and 99. RGB value is (21,103,153). Sum of RGB (Red+Green+Blue) = 21+103+153=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #156799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156799 is #EA9866. Grayscale: #535353. Windows color (decimal): -15374439 or 10053397. OLE color: 10053397.

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

Color convert

RGB 21 103 153 -
CMYK 0.86 0.33 0 0.4
HSL 202.73º 0.76% 0.34% -
HSV(B) 202.73º 0.86% 0.6% -
XYZ 10.91 12.16 31.91 -
YUV 84.18 166.83 82.93 -
System Red Green Blue C M Y K H S L
Decimal 21 103 153 0.86 0.33 0 0.4 202.73 0.76 0.34
Hex 15 67 99 56 21 0 28 CB 4C 22
Octal 25 147 231 126 41 0 50 313 114 42
Binary 10101 1100111 10011001 1010110 100001 0 101000 11001011 1001100 100010

Color Harmonies of #156799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156799

Black with #156799

Text Example


Text Example

White with #156799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156799; }

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

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

background-color css

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

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

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

border-color css

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

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

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