#126196

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

Shades of Endeavour #126196

Tints of Endeavour #126196

Color information

#126196 (or 0x126196) is unknown color: approx Endeavour. HEX triplet: 12, 61 and 96. RGB value is (18,97,150). Sum of RGB (Red+Green+Blue) = 18+97+150=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #126196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126196 is #ED9E69. Grayscale: #4F4F4F. Windows color (decimal): -15572586 or 9855250. OLE color: 9855250.

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

Color convert

RGB1897150-
CMYK0.880.3500.41
HSL204.09º78.57%32.94%-
HSV(B)204.09º88%58.82%-
XYZ10.0310.8830.43-
YUV79.42167.8384.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.79%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=6.79%
G=36.60%
B=56.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal18971500.880.3500.41204.0978.5732.94
Hex1261965823029cc4f21
Octal221412261304305131411741
Binary1001011000011001011010110001000110101001110011001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126196; }

 p { color: rgb(18,97,150); }

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

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

 a { background-color: rgb(18,97,150); }

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

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

 span { border-color: rgb(18,97,150); }

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