#126669

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

Shades of Blue Stone #126669

Tints of Blue Stone #126669

Color information

#126669 (or 0x126669) is unknown color: approx Blue Stone. HEX triplet: 12, 66 and 69. RGB value is (18,102,105). Sum of RGB (Red+Green+Blue) = 18+102+105=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #126669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126669 is #ED9996. Grayscale: #4D4D4D. Windows color (decimal): -15571351 or 6907410. OLE color: 6907410.

HSL color Cylindrical-coordinate representation of color #126669: hue angle of 182.07º degrees, saturation: 0.71, 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 #126669 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB18102105-
CMYK0.830.0300.59
HSL182.07º70.73%24.12%-
HSV(B)182.07º82.86%41.18%-
XYZ7.5510.6515.02-
YUV77.23143.6785.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=8%
G=45.33%
B=46.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal181021050.830.0300.59182.0770.7324.12
Hex12666953303Bb64718
Octal22146151123307326610730
Binary1001011001101101001101001111011101110110110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126669; }

 p { color: rgb(18,102,105); }

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

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

 a { background-color: rgb(18,102,105); }

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

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

 span { border-color: rgb(18,102,105); }

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