#186869

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

Shades of Blue Stone #186869

Tints of Blue Stone #186869

Color information

#186869 (or 0x186869) is unknown color: approx Blue Stone. HEX triplet: 18, 68 and 69. RGB value is (24,104,105). Sum of RGB (Red+Green+Blue) = 24+104+105=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #186869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186869 is #E79796. Grayscale: #505050. Windows color (decimal): -15177623 or 6907928. OLE color: 6907928.

HSL color Cylindrical-coordinate representation of color #186869: hue angle of 180.74º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186869 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB24104105-
CMYK0.770.0100.59
HSL180.74º62.79%25.29%-
HSV(B)180.74º77.14%41.18%-
XYZ7.8811.1115.09-
YUV80.1914287.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 105 (41.41% from 255) = 45.06%
R=10.30%
G=44.64%
B=45.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal241041050.770.0100.59180.7462.7925.29
Hex1868694D103Bb53f19
Octal3015015111510732657731
Binary11000110100011010011001101101110111011010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186869; }

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

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

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

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

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

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

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

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