#126097

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

Shades of Endeavour #126097

Tints of Endeavour #126097

Color information

#126097 (or 0x126097) is unknown color: approx Endeavour. HEX triplet: 12, 60 and 97. RGB value is (18,96,151). Sum of RGB (Red+Green+Blue) = 18+96+151=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #126097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126097 is #ED9F68. Grayscale: #4E4E4E. Windows color (decimal): -15572841 or 9920530. OLE color: 9920530.

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

Color convert

RGB1896151-
CMYK0.880.3600.41
HSL204.81º78.7%33.14%-
HSV(B)204.81º88.08%59.22%-
XYZ10.0210.7330.82-
YUV78.95168.6684.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=6.79%
G=36.23%
B=56.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18961510.880.3600.41204.8178.733.14
Hex1260975824029cd4f21
Octal221402271304405131511741
Binary1001011000001001011110110001001000101001110011011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126097; }

 p { color: rgb(18,96,151); }

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

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

 a { background-color: rgb(18,96,151); }

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

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

 span { border-color: rgb(18,96,151); }

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