#125993

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

Shades of Endeavour #125993

Tints of Endeavour #125993

Color information

#125993 (or 0x125993) is unknown color: approx Endeavour. HEX triplet: 12, 59 and 93. RGB value is (18,89,147). Sum of RGB (Red+Green+Blue) = 18+89+147=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #125993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125993 is #EDA66C. Grayscale: #4A4A4A. Windows color (decimal): -15574637 or 9656594. OLE color: 9656594.

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

Color convert

RGB1889147-
CMYK0.880.3900.42
HSL206.98º78.18%32.35%-
HSV(B)206.98º87.76%57.65%-
XYZ9.099.3828.94-
YUV74.38168.9887.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=7.09%
G=35.04%
B=57.87%

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
Decimal18891470.880.3900.42206.9878.1832.35
Hex125993582702Acf4e20
Octal221312231304705231711640
Binary1001010110011001001110110001001110101010110011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125993; }

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

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

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

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

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

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

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

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