#125557

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

Shades of Blue Stone #125557

Tints of Blue Stone #125557

Color information

#125557 (or 0x125557) is unknown color: approx Blue Stone. HEX triplet: 12, 55 and 57. RGB value is (18,85,87). Sum of RGB (Red+Green+Blue) = 18+85+87=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #125557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125557 is #EDAAA8. Grayscale: #414141. Windows color (decimal): -15575721 or 5723410. OLE color: 5723410.

HSL color Cylindrical-coordinate representation of color #125557: hue angle of 181.74º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125557 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB188587-
CMYK0.790.0200.66
HSL181.74º65.71%20.59%-
HSV(B)181.74º79.31%34.12%-
XYZ5.227.3110.15-
YUV65.19140.394.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.47%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=9.47%
G=44.74%
B=45.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1885870.790.0200.66181.7465.7120.59
Hex1255574F2042b64215
Octal221251271172010226610225
Binary10010101010110101111001111100100001010110110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125557; }

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

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

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

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

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

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

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

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