#125593

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

Shades of Endeavour #125593

Tints of Endeavour #125593

Color information

#125593 (or 0x125593) is unknown color: approx Endeavour. HEX triplet: 12, 55 and 93. RGB value is (18,85,147). Sum of RGB (Red+Green+Blue) = 18+85+147=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #125593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125593 is #EDAA6C. Grayscale: #474747. Windows color (decimal): -15575661 or 9655570. OLE color: 9655570.

HSL color Cylindrical-coordinate representation of color #125593: hue angle of 208.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125593 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1885147-
CMYK0.880.4200.42
HSL208.84º78.18%32.35%-
HSV(B)208.84º87.76%57.65%-
XYZ8.768.7328.83-
YUV72.04170.389.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 147 (57.81% from 255) = 58.8%
R=7.2%
G=34%
B=58.8%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18851470.880.4200.42208.8478.1832.35
Hex125593582A02Ad14e20
Octal221252231305205232111640
Binary1001010101011001001110110001010100101010110100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125593; }

 p { color: rgb(18,85,147); }

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

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

 a { background-color: rgb(18,85,147); }

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

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

 span { border-color: rgb(18,85,147); }

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