#185F6C

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

Shades of Blue Stone #185F6C

Tints of Blue Stone #185F6C

Color information

#185F6C (or 0x185F6C) is unknown color: approx Blue Stone. HEX triplet: 18, 5F and 6C. RGB value is (24,95,108). Sum of RGB (Red+Green+Blue) = 24+95+108=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #185F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F6C is #E7A093. Grayscale: #4B4B4B. Windows color (decimal): -15179924 or 7102232. OLE color: 7102232.

HSL color Cylindrical-coordinate representation of color #185F6C: hue angle of 189.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185F6C is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2495108-
CMYK0.780.1200.58
HSL189.29º63.64%25.88%-
HSV(B)189.29º77.78%42.35%-
XYZ7.189.4615.64-
YUV75.25146.4891.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.57%
GREEN value IS 95 (37.5% from 255) = 41.85%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=10.57%
G=41.85%
B=47.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24951080.780.1200.58189.2963.6425.88
Hex185F6C4EC03Abd401a
Octal301371541161407227510032
Binary110001011111110110010011101100011101010111101100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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