#126A6D

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

Shades of Blue Stone #126A6D

Tints of Blue Stone #126A6D

Color information

#126A6D (or 0x126A6D) is unknown color: approx Blue Stone. HEX triplet: 12, 6A and 6D. RGB value is (18,106,109). Sum of RGB (Red+Green+Blue) = 18+106+109=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #126A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126A6D is #ED9592. Grayscale: #4F4F4F. Windows color (decimal): -15570323 or 7170578. OLE color: 7170578.

HSL color Cylindrical-coordinate representation of color #126A6D: hue angle of 181.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126A6D is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB18106109-
CMYK0.830.0300.57
HSL181.98º71.65%24.9%-
HSV(B)181.98º83.49%42.75%-
XYZ8.1611.5416.27-
YUV80.03144.3583.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.73%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=7.73%
G=45.49%
B=46.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal181061090.830.0300.57181.9871.6524.9
Hex126A6D533039b64819
Octal22152155123307126611031
Binary1001011010101101101101001111011100110110110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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