#125699

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

Shades of Endeavour #125699

Tints of Endeavour #125699

Color information

#125699 (or 0x125699) is unknown color: approx Endeavour. HEX triplet: 12, 56 and 99. RGB value is (18,86,153). Sum of RGB (Red+Green+Blue) = 18+86+153=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #125699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125699 is #EDA966. Grayscale: #484848. Windows color (decimal): -15575399 or 10049042. OLE color: 10049042.

HSL color Cylindrical-coordinate representation of color #125699: hue angle of 209.78º 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 #125699 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1886153-
CMYK0.880.4400.4
HSL209.78º78.95%33.53%-
HSV(B)209.78º88.24%60%-
XYZ9.339.0831.4-
YUV73.31172.9788.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=7.00%
G=33.46%
B=59.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18861530.880.4400.4209.7878.9533.53
Hex125699582C028d24f22
Octal221262311305405032211742
Binary1001010101101001100110110001011000101000110100101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125699; }

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

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

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

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

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

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

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

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