#125792

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

Shades of Endeavour #125792

Tints of Endeavour #125792

Color information

#125792 (or 0x125792) is unknown color: approx Endeavour. HEX triplet: 12, 57 and 92. RGB value is (18,87,146). Sum of RGB (Red+Green+Blue) = 18+87+146=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #125792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125792 is #EDA86D. Grayscale: #484848. Windows color (decimal): -15575150 or 9590546. OLE color: 9590546.

HSL color Cylindrical-coordinate representation of color #125792: hue angle of 207.66º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #125792 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1887146-
CMYK0.880.4000.43
HSL207.66º78.05%32.16%-
HSV(B)207.66º87.67%57.25%-
XYZ8.859.0228.47-
YUV73.1169.1488.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.17%
GREEN value IS 87 (34.38% from 255) = 34.66%
BLUE value IS 146 (57.42% from 255) = 58.17%
R=7.17%
G=34.66%
B=58.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal18871460.880.4000.43207.6678.0532.16
Hex125792582802Bd04e20
Octal221272221305005332011640
Binary1001010101111001001010110001010000101011110100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125792; }

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

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

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

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

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

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

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

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