Html Css Color HEX #155C91 Endeavour

📋 copy color: '#155C91'

red 21 ◦ green 92 ◦ blue 145

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

Shades of Endeavour #155C91

Tints of Endeavour #155C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.66%

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

R = 8.14%
G = 35.66%
B = 56.2%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#155C91 (or 0x155C91) is known color: Endeavour. HEX triplet: 15, 5C and 91. RGB value is (21,92,145). Sum of RGB (Red+Green+Blue) = 21+92+145=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #155C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C91 is #EAA36E. Grayscale: #4C4C4C. Windows color (decimal): -15377263 or 9526293. OLE color: 9526293.

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

Color convert

RGB 21 92 145 -
CMYK 0.86 0.37 0 0.43
HSL 205.65º 0.75% 0.33% -
HSV(B) 205.65º 0.86% 0.57% -
XYZ 9.25 9.86 28.2 -
YUV 76.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 21 92 145 0.86 0.37 0 0.43 205.65 0.75 0.33
Hex 15 5C 91 56 25 0 2B CE 4B 21
Octal 25 134 221 126 45 0 53 316 113 41
Binary 10101 1011100 10010001 1010110 100101 0 101011 11001110 1001011 100001

Color Harmonies of #155C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C91

Black with #155C91

Text Example


Text Example

White with #155C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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