#18616C

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

Shades of Blue Stone #18616C

Tints of Blue Stone #18616C

Color information

#18616C (or 0x18616C) is unknown color: approx Blue Stone. HEX triplet: 18, 61 and 6C. RGB value is (24,97,108). Sum of RGB (Red+Green+Blue) = 24+97+108=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #18616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18616C is #E79E93. Grayscale: #4C4C4C. Windows color (decimal): -15179412 or 7102744. OLE color: 7102744.

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

Color convert

RGB2497108-
CMYK0.780.1000.58
HSL187.86º63.64%25.88%-
HSV(B)187.86º77.78%42.35%-
XYZ7.369.8315.7-
YUV76.43145.8290.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=10.48%
G=42.36%
B=47.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24971080.780.1000.58187.8663.6425.88
Hex18616C4EA03Abc401a
Octal301411541161207227410032
Binary110001100001110110010011101010011101010111100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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