#126564

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

Shades of Blue Stone #126564

Tints of Blue Stone #126564

Color information

#126564 (or 0x126564) is unknown color: approx Blue Stone. HEX triplet: 12, 65 and 64. RGB value is (18,101,100). Sum of RGB (Red+Green+Blue) = 18+101+100=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #126564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126564 is #ED9A9B. Grayscale: #4B4B4B. Windows color (decimal): -15571612 or 6579474. OLE color: 6579474.

HSL color Cylindrical-coordinate representation of color #126564: hue angle of 179.28º 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 #126564 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB18101100-
CMYK0.8200.010.60
HSL179.28º69.75%23.33%-
HSV(B)179.28º82.18%39.61%-
XYZ7.210.3613.68-
YUV76.07141.586.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 101 (39.84% from 255) = 46.12%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=8.22%
G=46.12%
B=45.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal181011000.8200.010.60179.2869.7523.33
Hex12656452013Cb34617
Octal22145144122017426310627
Binary100101100101110010010100100111110010110011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126564; }

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

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

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

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

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

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

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

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