#125499

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

Shades of Endeavour #125499

Tints of Endeavour #125499

Color information

#125499 (or 0x125499) is unknown color: approx Endeavour. HEX triplet: 12, 54 and 99. RGB value is (18,84,153). Sum of RGB (Red+Green+Blue) = 18+84+153=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #125499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125499 is #EDAB66. Grayscale: #474747. Windows color (decimal): -15575911 or 10048530. OLE color: 10048530.

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

Color convert

RGB1884153-
CMYK0.880.4500.4
HSL210.67º78.95%33.53%-
HSV(B)210.67º88.24%60%-
XYZ9.178.7731.35-
YUV72.13173.6389.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 153 (60.16% from 255) = 60%
R=7.06%
G=32.94%
B=60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18841530.880.4500.4210.6778.9533.53
Hex125499582D028d34f22
Octal221242311305505032311742
Binary1001010101001001100110110001011010101000110100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125499; }

 p { color: rgb(18,84,153); }

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

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

 a { background-color: rgb(18,84,153); }

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

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

 span { border-color: rgb(18,84,153); }

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