#18565A

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

Shades of Blue Stone #18565A

Tints of Blue Stone #18565A

Color information

#18565A (or 0x18565A) is unknown color: approx Blue Stone. HEX triplet: 18, 56 and 5A. RGB value is (24,86,90). Sum of RGB (Red+Green+Blue) = 24+86+90=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #18565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18565A is #E7A9A5. Grayscale: #434343. Windows color (decimal): -15182246 or 5920280. OLE color: 5920280.

HSL color Cylindrical-coordinate representation of color #18565A: hue angle of 183.64º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18565A is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB248690-
CMYK0.730.0400.65
HSL183.64º57.89%22.35%-
HSV(B)183.64º73.33%35.29%-
XYZ5.557.5910.84-
YUV67.92140.4696.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 90 (35.55% from 255) = 45%
R=12%
G=43%
B=45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2486900.730.0400.65183.6457.8922.35
Hex18565A494041b83a16
Octal30126132111401012707226
Binary11000101011010110101001001100010000011011100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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