Html Css Color HEX #155691 Endeavour

📋 copy color: '#155691'

red 21 ◦ green 86 ◦ blue 145

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

Shades of Endeavour #155691

Tints of Endeavour #155691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

 BLUE value IS 145 (57.03% from 255) = 57.54%

R = 8.33%
G = 34.13%
B = 57.54%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#155691 (or 0x155691) is known color: Endeavour. HEX triplet: 15, 56 and 91. RGB value is (21,86,145). Sum of RGB (Red+Green+Blue) = 21+86+145=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #155691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155691 is #EAA96E. Grayscale: #484848. Windows color (decimal): -15378799 or 9524757. OLE color: 9524757.

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

Color convert

RGB 21 86 145 -
CMYK 0.86 0.41 0 0.43
HSL 208.55º 0.75% 0.33% -
HSV(B) 208.55º 0.86% 0.57% -
XYZ 8.75 8.86 28.04 -
YUV 73.29 168.47 90.7 -
System Red Green Blue C M Y K H S L
Decimal 21 86 145 0.86 0.41 0 0.43 208.55 0.75 0.33
Hex 15 56 91 56 29 0 2B D1 4B 21
Octal 25 126 221 126 51 0 53 321 113 41
Binary 10101 1010110 10010001 1010110 101001 0 101011 11010001 1001011 100001

Color Harmonies of #155691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155691

Black with #155691

Text Example


Text Example

White with #155691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155691; }

 p { color: rgb(21,86,145); }

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

background-color css

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

 a { background-color: rgb(21,86,145); }

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

border-color css

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

 span { border-color: rgb(21,86,145); }

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