#18565E

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

Shades of Blue Stone #18565E

Tints of Blue Stone #18565E

Color information

#18565E (or 0x18565E) is unknown color: approx Blue Stone. HEX triplet: 18, 56 and 5E. RGB value is (24,86,94). Sum of RGB (Red+Green+Blue) = 24+86+94=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 94 (37.11% from 255 or 46.08% from 204); Max value from RGB is 94 - color contains mainly: blue. Hex color #18565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18565E is #E7A9A1. Grayscale: #444444. Windows color (decimal): -15182242 or 6182424. OLE color: 6182424.

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

Color convert

RGB248694-
CMYK0.740.0900.63
HSL186.86º59.32%23.14%-
HSV(B)186.86º74.47%36.86%-
XYZ5.727.6611.77-
YUV68.37142.4696.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.76%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 94 (37.11% from 255) = 46.08%
R=11.76%
G=42.16%
B=46.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2486940.740.0900.63186.8659.3223.14
Hex18565E4A903Fbb3b17
Octal30126136112110772737327
Binary11000101011010111101001010100101111111011101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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