#126165

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

Shades of Blue Stone #126165

Tints of Blue Stone #126165

Color information

#126165 (or 0x126165) is unknown color: approx Blue Stone. HEX triplet: 12, 61 and 65. RGB value is (18,97,101). Sum of RGB (Red+Green+Blue) = 18+97+101=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #126165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126165 is #ED9E9A. Grayscale: #494949. Windows color (decimal): -15572635 or 6643986. OLE color: 6643986.

HSL color Cylindrical-coordinate representation of color #126165: hue angle of 182.89º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126165 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1897101-
CMYK0.820.0400.60
HSL182.89º69.75%23.33%-
HSV(B)182.89º82.18%39.61%-
XYZ6.879.6213.81-
YUV73.83143.3388.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=8.33%
G=44.91%
B=46.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18971010.820.0400.60182.8969.7523.33
Hex12616552403Cb74617
Octal22141145122407426710627
Binary10010110000111001011010010100011110010110111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126165; }

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

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

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

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

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

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

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

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