Html Css Color HEX #156795 Endeavour

📋 copy color: '#156795'

red 21 ◦ green 103 ◦ blue 149

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

Shades of Endeavour #156795

Tints of Endeavour #156795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.58%

R = 7.69%
G = 37.73%
B = 54.58%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#156795 (or 0x156795) is known color: Endeavour. HEX triplet: 15, 67 and 95. RGB value is (21,103,149). Sum of RGB (Red+Green+Blue) = 21+103+149=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #156795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156795 is #EA986A. Grayscale: #535353. Windows color (decimal): -15374443 or 9791253. OLE color: 9791253.

HSL color Cylindrical-coordinate representation of color #156795: hue angle of 201.56º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156795 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 103 149 -
CMYK 0.86 0.31 0 0.42
HSL 201.56º 0.75% 0.33% -
HSV(B) 201.56º 0.86% 0.58% -
XYZ 10.58 12.03 30.2 -
YUV 83.73 164.83 83.26 -
System Red Green Blue C M Y K H S L
Decimal 21 103 149 0.86 0.31 0 0.42 201.56 0.75 0.33
Hex 15 67 95 56 1F 0 2A CA 4B 21
Octal 25 147 225 126 37 0 52 312 113 41
Binary 10101 1100111 10010101 1010110 11111 0 101010 11001010 1001011 100001

Color Harmonies of #156795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156795

Black with #156795

Text Example


Text Example

White with #156795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156795; }

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

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

background-color css

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

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

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

border-color css

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

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

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