#126056

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

Shades of Blue Stone #126056

Tints of Blue Stone #126056

Color information

#126056 (or 0x126056) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 56. RGB value is (18,96,86). Sum of RGB (Red+Green+Blue) = 18+96+86=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #126056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126056 is #ED9FA9. Grayscale: #474747. Windows color (decimal): -15572906 or 5660690. OLE color: 5660690.

HSL color Cylindrical-coordinate representation of color #126056: hue angle of 172.31º 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 #126056 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB189686-
CMYK0.8100.100.62
HSL172.31º68.42%22.35%-
HSV(B)172.31º81.25%37.65%-
XYZ6.119.1710.25-
YUV71.54136.1689.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 86 (33.98% from 255) = 43%
R=9%
G=48%
B=43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896860.8100.100.62172.3168.4222.35
Hex126056510A3Eac4416
Octal221401261210127625410426
Binary100101100000101011010100010101011111010101100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126056; }

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

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

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

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

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

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

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

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