#126457

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

Shades of Blue Stone #126457

Tints of Blue Stone #126457

Color information

#126457 (or 0x126457) is unknown color: approx Blue Stone. HEX triplet: 12, 64 and 57. RGB value is (18,100,87). Sum of RGB (Red+Green+Blue) = 18+100+87=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #126457 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126457 is #ED9BA8. Grayscale: #494949. Windows color (decimal): -15571881 or 5727250. OLE color: 5727250.

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

Color convert

RGB1810087-
CMYK0.8200.130.61
HSL170.49º69.49%23.14%-
HSV(B)170.49º82%39.22%-
XYZ6.539.9310.59-
YUV74135.3388.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=8.78%
G=48.78%
B=42.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal18100870.8200.130.61170.4969.4923.14
Hex126457520D3Daa4517
Octal221441271220157525210527
Binary100101100100101011110100100110111110110101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126457; }

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

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

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

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

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

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

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

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