#125A93

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

Shades of Endeavour #125A93

Tints of Endeavour #125A93

Color information

#125A93 (or 0x125A93) is unknown color: approx Endeavour. HEX triplet: 12, 5A and 93. RGB value is (18,90,147). Sum of RGB (Red+Green+Blue) = 18+90+147=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #125A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125A93 is #EDA56C. Grayscale: #4A4A4A. Windows color (decimal): -15574381 or 9656850. OLE color: 9656850.

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

Color convert

RGB1890147-
CMYK0.880.3900.42
HSL206.51º78.18%32.35%-
HSV(B)206.51º87.76%57.65%-
XYZ9.179.5528.96-
YUV74.97168.6587.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 90 (35.55% from 255) = 35.29%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=7.06%
G=35.29%
B=57.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18901470.880.3900.42206.5178.1832.35
Hex125A93582702Acf4e20
Octal221322231304705231711640
Binary1001010110101001001110110001001110101010110011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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