#126859

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

Shades of Blue Stone #126859

Tints of Blue Stone #126859

Color information

#126859 (or 0x126859) is unknown color: approx Blue Stone. HEX triplet: 12, 68 and 59. RGB value is (18,104,89). Sum of RGB (Red+Green+Blue) = 18+104+89=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #126859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126859 is #ED97A6. Grayscale: #4C4C4C. Windows color (decimal): -15570855 or 5859346. OLE color: 5859346.

HSL color Cylindrical-coordinate representation of color #126859: hue angle of 169.53º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126859 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1810489-
CMYK0.8300.140.59
HSL169.53º70.49%23.92%-
HSV(B)169.53º82.69%40.78%-
XYZ710.7511.16-
YUV76.58135.0186.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=8.53%
G=49.29%
B=42.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104890.8300.140.59169.5370.4923.92
Hex126859530E3Baa4618
Octal221501311230167325210630
Binary100101101000101100110100110111011101110101010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126859; }

 p { color: rgb(18,104,89); }

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

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

 a { background-color: rgb(18,104,89); }

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

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

 span { border-color: rgb(18,104,89); }

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