Html Css Color HEX #156295 Endeavour

📋 copy color: '#156295'

red 21 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #156295

Tints of Endeavour #156295

RGB

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

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

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

R = 7.84%
G = 36.57%
B = 55.6%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#156295 (or 0x156295) is known color: Endeavour. HEX triplet: 15, 62 and 95. RGB value is (21,98,149). Sum of RGB (Red+Green+Blue) = 21+98+149=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #156295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156295 is #EA9D6A. Grayscale: #505050. Windows color (decimal): -15375723 or 9789973. OLE color: 9789973.

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

Color convert

RGB 21 98 149 -
CMYK 0.86 0.34 0 0.42
HSL 203.91º 0.75% 0.33% -
HSV(B) 203.91º 0.86% 0.58% -
XYZ 10.1 11.06 30.04 -
YUV 80.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 21 98 149 0.86 0.34 0 0.42 203.91 0.75 0.33
Hex 15 62 95 56 22 0 2A CC 4B 21
Octal 25 142 225 126 42 0 52 314 113 41
Binary 10101 1100010 10010101 1010110 100010 0 101010 11001100 1001011 100001

Color Harmonies of #156295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156295

Black with #156295

Text Example


Text Example

White with #156295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156295; }

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

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

background-color css

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

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

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

border-color css

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

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

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