#18565F

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

Shades of Blue Stone #18565F

Tints of Blue Stone #18565F

Color information

#18565F (or 0x18565F) is unknown color: approx Blue Stone. HEX triplet: 18, 56 and 5F. RGB value is (24,86,95). Sum of RGB (Red+Green+Blue) = 24+86+95=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #18565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18565F is #E7A9A0. Grayscale: #444444. Windows color (decimal): -15182241 or 6247960. OLE color: 6247960.

HSL color Cylindrical-coordinate representation of color #18565F: hue angle of 187.61º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18565F is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB248695-
CMYK0.750.0900.63
HSL187.61º59.66%23.33%-
HSV(B)187.61º74.74%37.25%-
XYZ5.777.6812-
YUV68.49142.9696.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.71%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=11.71%
G=41.95%
B=46.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2486950.750.0900.63187.6159.6623.33
Hex18565F4B903Fbc3c17
Octal30126137113110772747427
Binary11000101011010111111001011100101111111011110011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18565F; }

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

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

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

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

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

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

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

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