Html Css Color HEX #155B96 Endeavour

📋 copy color: '#155B96'

red 21 ◦ green 91 ◦ blue 150

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

Shades of Endeavour #155B96

Tints of Endeavour #155B96

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.73%

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

R = 8.02%
G = 34.73%
B = 57.25%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#155B96 (or 0x155B96) is known color: Endeavour. HEX triplet: 15, 5B and 96. RGB value is (21,91,150). Sum of RGB (Red+Green+Blue) = 21+91+150=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #155B96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B96 is #EAA469. Grayscale: #4C4C4C. Windows color (decimal): -15377514 or 9853717. OLE color: 9853717.

HSL color Cylindrical-coordinate representation of color #155B96: hue angle of 207.44º 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 #155B96 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 91 150 -
CMYK 0.86 0.39 0 0.41
HSL 207.44º 0.75% 0.34% -
HSV(B) 207.44º 0.86% 0.59% -
XYZ 9.56 9.84 30.25 -
YUV 76.8 169.31 88.2 -
System Red Green Blue C M Y K H S L
Decimal 21 91 150 0.86 0.39 0 0.41 207.44 0.75 0.34
Hex 15 5B 96 56 27 0 29 CF 4B 22
Octal 25 133 226 126 47 0 51 317 113 42
Binary 10101 1011011 10010110 1010110 100111 0 101001 11001111 1001011 100010

Color Harmonies of #155B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B96

Black with #155B96

Text Example


Text Example

White with #155B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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