#126263

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

Shades of Blue Stone #126263

Tints of Blue Stone #126263

Color information

#126263 (or 0x126263) is unknown color: approx Blue Stone. HEX triplet: 12, 62 and 63. RGB value is (18,98,99). Sum of RGB (Red+Green+Blue) = 18+98+99=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #126263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126263 is #ED9D9C. Grayscale: #4A4A4A. Windows color (decimal): -15572381 or 6513170. OLE color: 6513170.

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

Color convert

RGB189899-
CMYK0.820.0100.61
HSL180.74º69.23%22.94%-
HSV(B)180.74º81.82%38.82%-
XYZ6.879.7613.33-
YUV74.1914287.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=8.37%
G=45.58%
B=46.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1898990.820.0100.61180.7469.2322.94
Hex12626352103Db54517
Octal22142143122107526510527
Binary100101100010110001110100101011110110110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126263; }

 p { color: rgb(18,98,99); }

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

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

 a { background-color: rgb(18,98,99); }

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

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

 span { border-color: rgb(18,98,99); }

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