Html Css Color HEX #155995 Endeavour

📋 copy color: '#155995'

red 21 ◦ green 89 ◦ blue 149

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

Shades of Endeavour #155995

Tints of Endeavour #155995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.36%

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

R = 8.11%
G = 34.36%
B = 57.53%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155995 (or 0x155995) is known color: Endeavour. HEX triplet: 15, 59 and 95. RGB value is (21,89,149). Sum of RGB (Red+Green+Blue) = 21+89+149=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #155995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155995 is #EAA66A. Grayscale: #4B4B4B. Windows color (decimal): -15378027 or 9787669. OLE color: 9787669.

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

Color convert

RGB 21 89 149 -
CMYK 0.86 0.40 0 0.42
HSL 208.13º 0.75% 0.33% -
HSV(B) 208.13º 0.86% 0.58% -
XYZ 9.31 9.47 29.77 -
YUV 75.51 169.47 89.12 -
System Red Green Blue C M Y K H S L
Decimal 21 89 149 0.86 0.40 0 0.42 208.13 0.75 0.33
Hex 15 59 95 56 28 0 2A D0 4B 21
Octal 25 131 225 126 50 0 52 320 113 41
Binary 10101 1011001 10010101 1010110 101000 0 101010 11010000 1001011 100001

Color Harmonies of #155995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155995

Black with #155995

Text Example


Text Example

White with #155995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155995; }

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

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

background-color css

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

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

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

border-color css

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

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

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