#125961

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

Shades of Blue Stone #125961

Tints of Blue Stone #125961

Color information

#125961 (or 0x125961) is unknown color: approx Blue Stone. HEX triplet: 12, 59 and 61. RGB value is (18,89,97). Sum of RGB (Red+Green+Blue) = 18+89+97=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #125961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125961 is #EDA69E. Grayscale: #444444. Windows color (decimal): -15574687 or 6379794. OLE color: 6379794.

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

Color convert

RGB188997-
CMYK0.810.0800.62
HSL186.08º68.7%22.55%-
HSV(B)186.08º81.44%38.04%-
XYZ5.988.1412.56-
YUV68.68143.9891.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.82%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=8.82%
G=43.63%
B=47.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1889970.810.0800.62186.0868.722.55
Hex12596151803Eba4517
Octal221311411211007627210527
Binary100101011001110000110100011000011111010111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125961; }

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

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

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

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

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

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

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

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