#126A5D

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

Shades of Blue Stone #126A5D

Tints of Blue Stone #126A5D

Color information

#126A5D (or 0x126A5D) is unknown color: approx Blue Stone. HEX triplet: 12, 6A and 5D. RGB value is (18,106,93). Sum of RGB (Red+Green+Blue) = 18+106+93=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #126A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A5D is #ED95A2. Grayscale: #4E4E4E. Windows color (decimal): -15570339 or 6122002. OLE color: 6122002.

HSL color Cylindrical-coordinate representation of color #126A5D: hue angle of 171.14º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A5D is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1810693-
CMYK0.8300.120.58
HSL171.14º70.97%24.31%-
HSV(B)171.14º83.02%41.57%-
XYZ7.3811.2312.13-
YUV78.21136.3585.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.29%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=8.29%
G=48.85%
B=42.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106930.8300.120.58171.1470.9724.31
Hex126A5D530C3Aab4718
Octal221521351230147225310730
Binary100101101010101110110100110110011101010101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126A5D; }

 p { color: rgb(18,106,93); }

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

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

 a { background-color: rgb(18,106,93); }

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

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

 span { border-color: rgb(18,106,93); }

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