Html Css Color HEX #155191 Endeavour

📋 copy color: '#155191'

red 21 ◦ green 81 ◦ blue 145

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

Shades of Endeavour #155191

Tints of Endeavour #155191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 8.5%
G = 32.79%
B = 58.7%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#155191 (or 0x155191) is known color: Endeavour. HEX triplet: 15, 51 and 91. RGB value is (21,81,145). Sum of RGB (Red+Green+Blue) = 21+81+145=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #155191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155191 is #EAAE6E. Grayscale: #464646. Windows color (decimal): -15380079 or 9523477. OLE color: 9523477.

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

Color convert

RGB 21 81 145 -
CMYK 0.86 0.44 0 0.43
HSL 210.97º 0.75% 0.33% -
HSV(B) 210.97º 0.86% 0.57% -
XYZ 8.36 8.09 27.91 -
YUV 70.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 21 81 145 0.86 0.44 0 0.43 210.97 0.75 0.33
Hex 15 51 91 56 2C 0 2B D3 4B 21
Octal 25 121 221 126 54 0 53 323 113 41
Binary 10101 1010001 10010001 1010110 101100 0 101011 11010011 1001011 100001

Color Harmonies of #155191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155191

Black with #155191

Text Example


Text Example

White with #155191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155191; }

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

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

background-color css

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

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

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

border-color css

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

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

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