Html Css Color HEX #156291 Endeavour

📋 copy color: '#156291'

red 21 ◦ green 98 ◦ blue 145

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

Shades of Endeavour #156291

Tints of Endeavour #156291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.12%

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 7.95%
G = 37.12%
B = 54.92%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#156291 (or 0x156291) is known color: Endeavour. HEX triplet: 15, 62 and 91. RGB value is (21,98,145). Sum of RGB (Red+Green+Blue) = 21+98+145=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #156291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156291 is #EA9D6E. Grayscale: #505050. Windows color (decimal): -15375727 or 9527829. OLE color: 9527829.

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

Color convert

RGB 21 98 145 -
CMYK 0.86 0.32 0 0.43
HSL 202.74º 0.75% 0.33% -
HSV(B) 202.74º 0.86% 0.57% -
XYZ 9.79 10.94 28.38 -
YUV 80.34 164.49 85.68 -
System Red Green Blue C M Y K H S L
Decimal 21 98 145 0.86 0.32 0 0.43 202.74 0.75 0.33
Hex 15 62 91 56 20 0 2B CB 4B 21
Octal 25 142 221 126 40 0 53 313 113 41
Binary 10101 1100010 10010001 1010110 100000 0 101011 11001011 1001011 100001

Color Harmonies of #156291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156291

Black with #156291

Text Example


Text Example

White with #156291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156291; }

 p { color: rgb(21,98,145); }

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

background-color css

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

 a { background-color: rgb(21,98,145); }

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

border-color css

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

 span { border-color: rgb(21,98,145); }

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