#126197

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

Shades of Endeavour #126197

Tints of Endeavour #126197

Color information

#126197 (or 0x126197) is unknown color: approx Endeavour. HEX triplet: 12, 61 and 97. RGB value is (18,97,151). Sum of RGB (Red+Green+Blue) = 18+97+151=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #126197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126197 is #ED9E68. Grayscale: #4F4F4F. Windows color (decimal): -15572585 or 9920786. OLE color: 9920786.

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

Color convert

RGB1897151-
CMYK0.880.3600.41
HSL204.36º78.7%33.14%-
HSV(B)204.36º88.08%59.22%-
XYZ10.1110.9130.85-
YUV79.54168.3384.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 151 (59.38% from 255) = 56.77%
R=6.77%
G=36.47%
B=56.77%

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
Decimal18971510.880.3600.41204.3678.733.14
Hex1261975824029cc4f21
Octal221412271304405131411741
Binary1001011000011001011110110001001000101001110011001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126197; }

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

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

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

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

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

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

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

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