#185F69

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

Shades of Blue Stone #185F69

Tints of Blue Stone #185F69

Color information

#185F69 (or 0x185F69) is unknown color: approx Blue Stone. HEX triplet: 18, 5F and 69. RGB value is (24,95,105). Sum of RGB (Red+Green+Blue) = 24+95+105=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #185F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F69 is #E7A096. Grayscale: #4A4A4A. Windows color (decimal): -15179927 or 6905624. OLE color: 6905624.

HSL color Cylindrical-coordinate representation of color #185F69: hue angle of 187.41º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185F69 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2495105-
CMYK0.770.1000.59
HSL187.41º62.79%25.29%-
HSV(B)187.41º77.14%41.18%-
XYZ7.029.414.81-
YUV74.91144.9891.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.71%
GREEN value IS 95 (37.5% from 255) = 42.41%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=10.71%
G=42.41%
B=46.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24951050.770.1000.59187.4162.7925.29
Hex185F694DA03Bbb3f19
Octal30137151115120732737731
Binary11000101111111010011001101101001110111011101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185F69; }

 p { color: rgb(24,95,105); }

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

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

 a { background-color: rgb(24,95,105); }

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

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

 span { border-color: rgb(24,95,105); }

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