#18616B

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

Shades of Blue Stone #18616B

Tints of Blue Stone #18616B

Color information

#18616B (or 0x18616B) is unknown color: approx Blue Stone. HEX triplet: 18, 61 and 6B. RGB value is (24,97,107). Sum of RGB (Red+Green+Blue) = 24+97+107=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #18616B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18616B is #E79E94. Grayscale: #4C4C4C. Windows color (decimal): -15179413 or 7037208. OLE color: 7037208.

HSL color Cylindrical-coordinate representation of color #18616B: hue angle of 187.23º degrees, saturation: 0.63, 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 #18616B is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2497107-
CMYK0.780.0900.58
HSL187.23º63.36%25.69%-
HSV(B)187.23º77.57%41.96%-
XYZ7.319.8115.42-
YUV76.31145.3290.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=10.53%
G=42.54%
B=46.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24971070.780.0900.58187.2363.3625.69
Hex18616B4E903Abb3f1a
Octal30141153116110722737732
Binary11000110000111010111001110100101110101011101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18616B; }

 p { color: rgb(24,97,107); }

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

<style>
 a { background-color: #18616B; }

 a { background-color: rgb(24,97,107); }

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

<style>
 span { border-color: #18616B; }

 span { border-color: rgb(24,97,107); }

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