#12588E

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

Shades of Endeavour #12588E

Tints of Endeavour #12588E

Color information

#12588E (or 0x12588E) is unknown color: approx Endeavour. HEX triplet: 12, 58 and 8E. RGB value is (18,88,142). Sum of RGB (Red+Green+Blue) = 18+88+142=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 88 (34.77% from 255 or 35.48% 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 #12588E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12588E is #EDA771. Grayscale: #484848. Windows color (decimal): -15574898 or 9328658. OLE color: 9328658.

HSL color Cylindrical-coordinate representation of color #12588E: hue angle of 206.13º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12588E is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1888142-
CMYK0.870.3800.44
HSL206.13º77.5%31.37%-
HSV(B)206.13º87.32%55.69%-
XYZ8.629.0626.89-
YUV73.23166.8188.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=7.26%
G=35.48%
B=57.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18881420.870.3800.44206.1377.531.37
Hex12588E572602Cce4e1f
Octal221302161274605431611637
Binary100101011000100011101010111100110010110011001110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,88,142); }

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

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

 a { background-color: rgb(18,88,142); }

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

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

 span { border-color: rgb(18,88,142); }

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