#126256

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

Shades of Blue Stone #126256

Tints of Blue Stone #126256

Color information

#126256 (or 0x126256) is unknown color: approx Blue Stone. HEX triplet: 12, 62 and 56. RGB value is (18,98,86). Sum of RGB (Red+Green+Blue) = 18+98+86=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #126256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126256 is #ED9DA9. Grayscale: #484848. Windows color (decimal): -15572394 or 5661202. OLE color: 5661202.

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

Color convert

RGB189886-
CMYK0.8200.120.62
HSL171º68.97%22.75%-
HSV(B)171º81.63%38.43%-
XYZ6.39.5410.31-
YUV72.71135.588.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=8.91%
G=48.51%
B=42.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1898860.8200.120.6217168.9722.75
Hex126256520C3Eab4517
Octal221421261220147625310527
Binary100101100010101011010100100110011111010101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126256; }

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

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

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

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

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

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

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

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