#126699

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

Shades of Endeavour #126699

Tints of Endeavour #126699

Color information

#126699 (or 0x126699) is unknown color: approx Endeavour. HEX triplet: 12, 66 and 99. RGB value is (18,102,153). Sum of RGB (Red+Green+Blue) = 18+102+153=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #126699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126699 is #ED9966. Grayscale: #525252. Windows color (decimal): -15571303 or 10053138. OLE color: 10053138.

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

Color convert

RGB18102153-
CMYK0.880.3300.4
HSL202.67º78.95%33.53%-
HSV(B)202.67º88.24%60%-
XYZ10.7511.9331.87-
YUV82.7167.6781.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=6.59%
G=37.36%
B=56.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal181021530.880.3300.4202.6778.9533.53
Hex1266995821028cb4f22
Octal221462311304105031311742
Binary1001011001101001100110110001000010101000110010111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126699; }

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

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

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

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

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

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

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

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