#126064

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

Shades of Blue Stone #126064

Tints of Blue Stone #126064

Color information

#126064 (or 0x126064) is unknown color: approx Blue Stone. HEX triplet: 12, 60 and 64. RGB value is (18,96,100). Sum of RGB (Red+Green+Blue) = 18+96+100=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 100 (39.45% from 255 or 46.73% from 214); Max value from RGB is 100 - color contains mainly: blue. Hex color #126064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126064 is #ED9F9B. Grayscale: #494949. Windows color (decimal): -15572892 or 6578194. OLE color: 6578194.

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

Color convert

RGB1896100-
CMYK0.820.0400.61
HSL182.93º69.49%23.14%-
HSV(B)182.93º82%39.22%-
XYZ6.739.4113.52-
YUV73.13143.1688.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 100 (39.45% from 255) = 46.73%
R=8.41%
G=44.86%
B=46.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18961000.820.0400.61182.9369.4923.14
Hex12606452403Db74517
Octal22140144122407526710527
Binary10010110000011001001010010100011110110110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126064; }

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

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

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

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

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

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

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

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