#126664

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

Shades of Blue Stone #126664

Tints of Blue Stone #126664

Color information

#126664 (or 0x126664) is unknown color: approx Blue Stone. HEX triplet: 12, 66 and 64. RGB value is (18,102,100). Sum of RGB (Red+Green+Blue) = 18+102+100=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #126664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126664 is #ED999B. Grayscale: #4C4C4C. Windows color (decimal): -15571356 or 6579730. OLE color: 6579730.

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

Color convert

RGB18102100-
CMYK0.8200.020.6
HSL178.57º70%23.53%-
HSV(B)178.57º82.35%40%-
XYZ7.310.5513.71-
YUV76.66141.1786.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 100 (39.45% from 255) = 45.45%
R=8.18%
G=46.36%
B=45.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal181021000.8200.020.6178.577023.53
Hex12666452023Cb34618
Octal22146144122027426310630
Binary1001011001101100100101001001011110010110011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126664; }

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

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

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

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

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

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

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

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