#15558E

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

Shades of Endeavour #15558E

Tints of Endeavour #15558E

Color information

#15558E (or 0x15558E) is unknown color: approx Endeavour. HEX triplet: 15, 55 and 8E. RGB value is (21,85,142). Sum of RGB (Red+Green+Blue) = 21+85+142=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #15558E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15558E is #EAAA71. Grayscale: #484848. Windows color (decimal): -15379058 or 9327893. OLE color: 9327893.

HSL color Cylindrical-coordinate representation of color #15558E: hue angle of 208.26º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15558E is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2185142-
CMYK0.850.4000.44
HSL208.26º74.23%31.96%-
HSV(B)208.26º85.21%55.69%-
XYZ8.448.6126.81-
YUV72.36167.391.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.47%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=8.47%
G=34.27%
B=57.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21851420.850.4000.44208.2674.2331.96
Hex15558E552802Cd04a20
Octal251252161255005432011240
Binary1010110101011000111010101011010000101100110100001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15558E; }

 p { color: rgb(21,85,142); }

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

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

 a { background-color: rgb(21,85,142); }

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

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

 span { border-color: rgb(21,85,142); }

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