#125793

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

Shades of Endeavour #125793

Tints of Endeavour #125793

Color information

#125793 (or 0x125793) is unknown color: approx Endeavour. HEX triplet: 12, 57 and 93. RGB value is (18,87,147). Sum of RGB (Red+Green+Blue) = 18+87+147=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #125793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125793 is #EDA86C. Grayscale: #484848. Windows color (decimal): -15575149 or 9656082. OLE color: 9656082.

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

Color convert

RGB1887147-
CMYK0.880.4100.42
HSL207.91º78.18%32.35%-
HSV(B)207.91º87.76%57.65%-
XYZ8.929.0528.88-
YUV73.21169.6488.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 147 (57.81% from 255) = 58.33%
R=7.14%
G=34.52%
B=58.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal18871470.880.4100.42207.9178.1832.35
Hex125793582902Ad04e20
Octal221272231305105232011640
Binary1001010101111001001110110001010010101010110100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125793; }

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

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

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

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

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

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

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

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