#18636C

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

Shades of Blue Stone #18636C

Tints of Blue Stone #18636C

Color information

#18636C (or 0x18636C) is unknown color: approx Blue Stone. HEX triplet: 18, 63 and 6C. RGB value is (24,99,108). Sum of RGB (Red+Green+Blue) = 24+99+108=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #18636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18636C is #E79C93. Grayscale: #4D4D4D. Windows color (decimal): -15178900 or 7103256. OLE color: 7103256.

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

Color convert

RGB2499108-
CMYK0.780.0800.58
HSL186.43º63.64%25.88%-
HSV(B)186.43º77.78%42.35%-
XYZ7.5510.215.76-
YUV77.6145.1589.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=10.39%
G=42.86%
B=46.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24991080.780.0800.58186.4363.6425.88
Hex18636C4E803Aba401a
Octal301431541161007227210032
Binary110001100011110110010011101000011101010111010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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