#125798

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

Shades of Endeavour #125798

Tints of Endeavour #125798

Color information

#125798 (or 0x125798) is unknown color: approx Endeavour. HEX triplet: 12, 57 and 98. RGB value is (18,87,152). Sum of RGB (Red+Green+Blue) = 18+87+152=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #125798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125798 is #EDA867. Grayscale: #494949. Windows color (decimal): -15575144 or 9983762. OLE color: 9983762.

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

Color convert

RGB1887152-
CMYK0.880.4300.40
HSL209.1º78.82%33.33%-
HSV(B)209.1º88.16%59.61%-
XYZ9.339.2130.99-
YUV73.78172.1488.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 152 (59.77% from 255) = 59.14%
R=7.00%
G=33.85%
B=59.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal18871520.880.4300.40209.178.8233.33
Hex125798582B028d14f21
Octal221272301305305032111741
Binary1001010101111001100010110001010110101000110100011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125798; }

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

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

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

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

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

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

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

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