Html Css Color HEX #155996 Endeavour

📋 copy color: '#155996'

red 21 ◦ green 89 ◦ blue 150

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

Shades of Endeavour #155996

Tints of Endeavour #155996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.69%

R = 8.08%
G = 34.23%
B = 57.69%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#155996 (or 0x155996) is known color: Endeavour. HEX triplet: 15, 59 and 96. RGB value is (21,89,150). Sum of RGB (Red+Green+Blue) = 21+89+150=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #155996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155996 is #EAA669. Grayscale: #4B4B4B. Windows color (decimal): -15378026 or 9853205. OLE color: 9853205.

HSL color Cylindrical-coordinate representation of color #155996: hue angle of 208.37º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155996 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 89 150 -
CMYK 0.86 0.41 0 0.41
HSL 208.37º 0.75% 0.34% -
HSV(B) 208.37º 0.86% 0.59% -
XYZ 9.39 9.51 30.19 -
YUV 75.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 21 89 150 0.86 0.41 0 0.41 208.37 0.75 0.34
Hex 15 59 96 56 29 0 29 D0 4B 22
Octal 25 131 226 126 51 0 51 320 113 42
Binary 10101 1011001 10010110 1010110 101001 0 101001 11010000 1001011 100010

Color Harmonies of #155996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155996

Black with #155996

Text Example


Text Example

White with #155996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155996; }

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

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

background-color css

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

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

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

border-color css

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

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

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