#18696B

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

Shades of Blue Stone #18696B

Tints of Blue Stone #18696B

Color information

#18696B (or 0x18696B) is unknown color: approx Blue Stone. HEX triplet: 18, 69 and 6B. RGB value is (24,105,107). Sum of RGB (Red+Green+Blue) = 24+105+107=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #18696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18696B is #E79694. Grayscale: #505050. Windows color (decimal): -15177365 or 7039256. OLE color: 7039256.

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

Color convert

RGB24105107-
CMYK0.780.0200.58
HSL181.45º63.36%25.69%-
HSV(B)181.45º77.57%41.96%-
XYZ8.0811.3615.68-
YUV81.01142.6687.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=10.17%
G=44.49%
B=45.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal241051070.780.0200.58181.4563.3625.69
Hex18696B4E203Ab53f1a
Octal3015115311620722657732
Binary110001101001110101110011101001110101011010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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