#126765

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

Shades of Blue Stone #126765

Tints of Blue Stone #126765

Color information

#126765 (or 0x126765) is unknown color: approx Blue Stone. HEX triplet: 12, 67 and 65. RGB value is (18,103,101). Sum of RGB (Red+Green+Blue) = 18+103+101=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 103 - color contains mainly: green. Hex color #126765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126765 is #ED989A. Grayscale: #4D4D4D. Windows color (decimal): -15571099 or 6645522. OLE color: 6645522.

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

Color convert

RGB18103101-
CMYK0.8300.020.60
HSL178.59º70.25%23.73%-
HSV(B)178.59º82.52%40.39%-
XYZ7.4510.7714-
YUV77.36141.3485.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.11%
GREEN value IS 103 (40.62% from 255) = 46.40%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=8.11%
G=46.40%
B=45.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal181031010.8300.020.60178.5970.2523.73
Hex12676553023Cb34618
Octal22147145123027426310630
Binary1001011001111100101101001101011110010110011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126765; }

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

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

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

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

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

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

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

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