#155192

Color #155192 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #155192

Tints of Endeavour #155192

Color information

#155192 (or 0x155192) is unknown color: approx Endeavour. HEX triplet: 15, 51 and 92. RGB value is (21,81,146). Sum of RGB (Red+Green+Blue) = 21+81+146=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #155192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155192 is #EAAE6D. Grayscale: #464646. Windows color (decimal): -15380078 or 9589013. OLE color: 9589013.

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

Color convert

RGB2181146-
CMYK0.860.4500.43
HSL211.2º74.85%32.75%-
HSV(B)211.2º85.62%57.25%-
XYZ8.448.1228.32-
YUV70.47170.6292.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=8.47%
G=32.66%
B=58.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21811460.860.4500.43211.274.8532.75
Hex155192562D02Bd34b21
Octal251212221265505332311341
Binary1010110100011001001010101101011010101011110100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155192; }

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

 H1.HeaderClassName
 {
   color: #155192;
 }
 .AnyTagClassName
 {
   color: #155192;
 }
</style>
background-color css

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

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

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

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

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

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