#186867

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

Shades of Blue Stone #186867

Tints of Blue Stone #186867

Color information

#186867 (or 0x186867) is unknown color: approx Blue Stone. HEX triplet: 18, 68 and 67. RGB value is (24,104,103). Sum of RGB (Red+Green+Blue) = 24+104+103=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #186867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186867 is #E79798. Grayscale: #4F4F4F. Windows color (decimal): -15177625 or 6776856. OLE color: 6776856.

HSL color Cylindrical-coordinate representation of color #186867: hue angle of 179.25º degrees, saturation: 0.62, 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 #186867 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB24104103-
CMYK0.7700.010.59
HSL179.25º62.5%25.1%-
HSV(B)179.25º76.92%40.78%-
XYZ7.7811.0714.56-
YUV79.9714188.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=10.39%
G=45.02%
B=44.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal241041030.7700.010.59179.2562.525.1
Hex1868674D013Bb33e19
Octal3015014711501732637631
Binary11000110100011001111001101011110111011001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186867; }

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

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

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

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

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

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

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

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