#126059

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

Shades of Blue Stone #126059

Tints of Blue Stone #126059

Color information

#126059 (or 0x126059) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 59. RGB value is (18,96,89). Sum of RGB (Red+Green+Blue) = 18+96+89=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #126059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126059 is #ED9FA6. Grayscale: #474747. Windows color (decimal): -15572903 or 5857298. OLE color: 5857298.

HSL color Cylindrical-coordinate representation of color #126059: hue angle of 174.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126059 is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB189689-
CMYK0.8100.070.62
HSL174.62º68.42%22.35%-
HSV(B)174.62º81.25%37.65%-
XYZ6.249.2210.9-
YUV71.88137.6689.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=8.87%
G=47.29%
B=43.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896890.8100.070.62174.6268.4222.35
Hex12605951073Eaf4416
Octal22140131121077625710426
Binary10010110000010110011010001011111111010101111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126059; }

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

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

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

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

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

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

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

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