Html Css Color HEX #155295 Endeavour

📋 copy color: '#155295'

red 21 ◦ green 82 ◦ blue 149

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

Shades of Endeavour #155295

Tints of Endeavour #155295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 8.33%
G = 32.54%
B = 59.13%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#155295 (or 0x155295) is known color: Endeavour. HEX triplet: 15, 52 and 95. RGB value is (21,82,149). Sum of RGB (Red+Green+Blue) = 21+82+149=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #155295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155295 is #EAAD6A. Grayscale: #474747. Windows color (decimal): -15379819 or 9785877. OLE color: 9785877.

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

Color convert

RGB 21 82 149 -
CMYK 0.86 0.45 0 0.42
HSL 211.41º 0.75% 0.33% -
HSV(B) 211.41º 0.86% 0.58% -
XYZ 8.75 8.36 29.59 -
YUV 71.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 21 82 149 0.86 0.45 0 0.42 211.41 0.75 0.33
Hex 15 52 95 56 2D 0 2A D3 4B 21
Octal 25 122 225 126 55 0 52 323 113 41
Binary 10101 1010010 10010101 1010110 101101 0 101010 11010011 1001011 100001

Color Harmonies of #155295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155295

Black with #155295

Text Example


Text Example

White with #155295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155295; }

 p { color: rgb(21,82,149); }

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

background-color css

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

 a { background-color: rgb(21,82,149); }

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

border-color css

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

 span { border-color: rgb(21,82,149); }

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