#126357

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

Shades of Blue Stone #126357

Tints of Blue Stone #126357

Color information

#126357 (or 0x126357) is unknown color: approx Blue Stone. HEX triplet: 12, 63 and 57. RGB value is (18,99,87). Sum of RGB (Red+Green+Blue) = 18+99+87=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #126357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126357 is #ED9CA8. Grayscale: #494949. Windows color (decimal): -15572137 or 5726994. OLE color: 5726994.

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

Color convert

RGB189987-
CMYK0.8200.120.61
HSL171.11º69.23%22.94%-
HSV(B)171.11º81.82%38.82%-
XYZ6.439.7410.56-
YUV73.41135.6688.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=8.82%
G=48.53%
B=42.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899870.8200.120.61171.1169.2322.94
Hex126357520C3Dab4517
Octal221431271220147525310527
Binary100101100011101011110100100110011110110101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126357; }

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

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

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

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

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

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

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

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