#125859

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

Shades of Blue Stone #125859

Tints of Blue Stone #125859

Color information

#125859 (or 0x125859) is unknown color: approx Blue Stone. HEX triplet: 12, 58 and 59. RGB value is (18,88,89). Sum of RGB (Red+Green+Blue) = 18+88+89=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #125859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125859 is #EDA7A6. Grayscale: #434343. Windows color (decimal): -15574951 or 5855250. OLE color: 5855250.

HSL color Cylindrical-coordinate representation of color #125859: hue angle of 180.85º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125859 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB188889-
CMYK0.800.0100.65
HSL180.85º66.36%20.98%-
HSV(B)180.85º79.78%34.9%-
XYZ5.547.8310.67-
YUV67.18140.3192.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=9.23%
G=45.13%
B=45.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1888890.800.0100.65180.8566.3620.98
Hex125859501041b54215
Octal221301311201010126510225
Binary1001010110001011001101000010100000110110101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125859; }

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

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

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

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

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

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

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

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