#125999

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

Shades of Endeavour #125999

Tints of Endeavour #125999

Color information

#125999 (or 0x125999) is unknown color: approx Endeavour. HEX triplet: 12, 59 and 99. RGB value is (18,89,153). Sum of RGB (Red+Green+Blue) = 18+89+153=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #125999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125999 is #EDA666. Grayscale: #4A4A4A. Windows color (decimal): -15574631 or 10049810. OLE color: 10049810.

HSL color Cylindrical-coordinate representation of color #125999: hue angle of 208.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125999 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1889153-
CMYK0.880.4200.4
HSL208.44º78.95%33.53%-
HSV(B)208.44º88.24%60%-
XYZ9.579.5731.48-
YUV75.07171.9887.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.92%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=6.92%
G=34.23%
B=58.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18891530.880.4200.4208.4478.9533.53
Hex125999582A028d04f22
Octal221312311305205032011742
Binary1001010110011001100110110001010100101000110100001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125999; }

 p { color: rgb(18,89,153); }

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

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

 a { background-color: rgb(18,89,153); }

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

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

 span { border-color: rgb(18,89,153); }

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