#125399

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

Shades of Endeavour #125399

Tints of Endeavour #125399

Color information

#125399 (or 0x125399) is unknown color: approx Endeavour. HEX triplet: 12, 53 and 99. RGB value is (18,83,153). Sum of RGB (Red+Green+Blue) = 18+83+153=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #125399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125399 is #EDAC66. Grayscale: #474747. Windows color (decimal): -15576167 or 10048274. OLE color: 10048274.

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

Color convert

RGB1883153-
CMYK0.880.4600.4
HSL211.11º78.95%33.53%-
HSV(B)211.11º88.24%60%-
XYZ9.098.6231.32-
YUV71.54173.9789.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.09%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=7.09%
G=32.68%
B=60.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal18831530.880.4600.4211.1178.9533.53
Hex125399582E028d34f22
Octal221232311305605032311742
Binary1001010100111001100110110001011100101000110100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125399; }

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

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

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

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

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

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

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

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