#125E93

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

Shades of Endeavour #125E93

Tints of Endeavour #125E93

Color information

#125E93 (or 0x125E93) is unknown color: approx Endeavour. HEX triplet: 12, 5E and 93. RGB value is (18,94,147). Sum of RGB (Red+Green+Blue) = 18+94+147=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #125E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125E93 is #EDA16C. Grayscale: #4D4D4D. Windows color (decimal): -15573357 or 9657874. OLE color: 9657874.

HSL color Cylindrical-coordinate representation of color #125E93: hue angle of 204.65º 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 #125E93 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1894147-
CMYK0.880.3600.42
HSL204.65º78.18%32.35%-
HSV(B)204.65º87.76%57.65%-
XYZ9.5210.2429.08-
YUV77.32167.3285.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=6.95%
G=36.29%
B=56.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18941470.880.3600.42204.6578.1832.35
Hex125E93582402Acd4e20
Octal221362231304405231511640
Binary1001010111101001001110110001001000101010110011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125E93; }

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

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

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

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

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

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

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

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