#126965

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

Shades of Blue Stone #126965

Tints of Blue Stone #126965

Color information

#126965 (or 0x126965) is unknown color: approx Blue Stone. HEX triplet: 12, 69 and 65. RGB value is (18,105,101). Sum of RGB (Red+Green+Blue) = 18+105+101=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #126965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126965 is #ED969A. Grayscale: #4E4E4E. Windows color (decimal): -15570587 or 6646034. OLE color: 6646034.

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

Color convert

RGB18105101-
CMYK0.8300.040.59
HSL177.24º70.73%24.12%-
HSV(B)177.24º82.86%41.18%-
XYZ7.6511.1714.07-
YUV78.53140.6884.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.04%
GREEN value IS 105 (41.41% from 255) = 46.88%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=8.04%
G=46.88%
B=45.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal181051010.8300.040.59177.2470.7324.12
Hex12696553043Bb14718
Octal22151145123047326110730
Binary10010110100111001011010011010011101110110001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126965; }

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

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

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

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

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

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

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

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