Html Css Color HEX #156395 Endeavour

📋 copy color: '#156395'

red 21 ◦ green 99 ◦ blue 149

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

Shades of Endeavour #156395

Tints of Endeavour #156395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.8%

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

R = 7.81%
G = 36.8%
B = 55.39%

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

#156395 (or 0x156395) is known color: Endeavour. HEX triplet: 15, 63 and 95. RGB value is (21,99,149). Sum of RGB (Red+Green+Blue) = 21+99+149=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #156395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156395 is #EA9C6A. Grayscale: #515151. Windows color (decimal): -15375467 or 9790229. OLE color: 9790229.

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

Color convert

RGB 21 99 149 -
CMYK 0.86 0.34 0 0.42
HSL 203.44º 0.75% 0.33% -
HSV(B) 203.44º 0.86% 0.58% -
XYZ 10.2 11.25 30.07 -
YUV 81.38 166.16 84.93 -
System Red Green Blue C M Y K H S L
Decimal 21 99 149 0.86 0.34 0 0.42 203.44 0.75 0.33
Hex 15 63 95 56 22 0 2A CB 4B 21
Octal 25 143 225 126 42 0 52 313 113 41
Binary 10101 1100011 10010101 1010110 100010 0 101010 11001011 1001011 100001

Color Harmonies of #156395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156395

Black with #156395

Text Example


Text Example

White with #156395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156395; }

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

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

background-color css

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

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

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

border-color css

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

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

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