#186059

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

Shades of Blue Stone #186059

Tints of Blue Stone #186059

Color information

#186059 (or 0x186059) is unknown color: approx Blue Stone. HEX triplet: 18, 60 and 59. RGB value is (24,96,89). Sum of RGB (Red+Green+Blue) = 24+96+89=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #186059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186059 is #E79FA6. Grayscale: #494949. Windows color (decimal): -15179687 or 5857304. OLE color: 5857304.

HSL color Cylindrical-coordinate representation of color #186059: hue angle of 174.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #186059 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB249689-
CMYK0.7500.070.62
HSL174.17º60%23.53%-
HSV(B)174.17º75%37.65%-
XYZ6.369.2810.91-
YUV73.67136.6592.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.48%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=11.48%
G=45.93%
B=42.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496890.7500.070.62174.176023.53
Hex1860594B073Eae3c18
Octal3014013111307762567430
Binary1100011000001011001100101101111111101010111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186059; }

 p { color: rgb(24,96,89); }

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

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

 a { background-color: rgb(24,96,89); }

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

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

 span { border-color: rgb(24,96,89); }

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