#126459

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

Shades of Blue Stone #126459

Tints of Blue Stone #126459

Color information

#126459 (or 0x126459) is unknown color: approx Blue Stone. HEX triplet: 12, 64 and 59. RGB value is (18,100,89). Sum of RGB (Red+Green+Blue) = 18+100+89=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #126459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126459 is #ED9BA6. Grayscale: #4A4A4A. Windows color (decimal): -15571879 or 5858322. OLE color: 5858322.

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

Color convert

RGB1810089-
CMYK0.8200.110.61
HSL171.95º69.49%23.14%-
HSV(B)171.95º82%39.22%-
XYZ6.619.9611.03-
YUV74.23136.3387.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 100 (39.45% from 255) = 48.31%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=8.70%
G=48.31%
B=43.00%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18100890.8200.110.61171.9569.4923.14
Hex126459520B3Dac4517
Octal221441311220137525410527
Binary100101100100101100110100100101111110110101100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126459; }

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

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

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

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

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

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

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

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