#11625A

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

Shades of Blue Stone #11625A

Tints of Blue Stone #11625A

Color information

#11625A (or 0x11625A) is unknown color: approx Blue Stone. HEX triplet: 11, 62 and 5A. RGB value is (17,98,90). Sum of RGB (Red+Green+Blue) = 17+98+90=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #11625A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11625A is #EE9DA5. Grayscale: #484848. Windows color (decimal): -15637926 or 5923345. OLE color: 5923345.

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

Color convert

RGB179890-
CMYK0.8300.080.62
HSL174.07º70.43%22.55%-
HSV(B)174.07º82.65%38.43%-
XYZ6.449.5911.18-
YUV72.87137.6688.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=8.29%
G=47.80%
B=43.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1798900.8300.080.62174.0770.4322.55
Hex11625A53083Eae4617
Octal211421321230107625610627
Binary100011100010101101010100110100011111010101110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11625A; }

 p { color: rgb(17,98,90); }

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

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

 a { background-color: rgb(17,98,90); }

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

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

 span { border-color: rgb(17,98,90); }

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