#186366

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

Shades of Blue Stone #186366

Tints of Blue Stone #186366

Color information

#186366 (or 0x186366) is unknown color: approx Blue Stone. HEX triplet: 18, 63 and 66. RGB value is (24,99,102). Sum of RGB (Red+Green+Blue) = 24+99+102=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #186366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186366 is #E79C99. Grayscale: #4C4C4C. Windows color (decimal): -15178906 or 6710040. OLE color: 6710040.

HSL color Cylindrical-coordinate representation of color #186366: hue angle of 182.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186366 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2499102-
CMYK0.760.0300.6
HSL182.31º61.9%24.71%-
HSV(B)182.31º76.47%40%-
XYZ7.2410.0814.13-
YUV76.92142.1590.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=10.67%
G=44%
B=45.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24991020.760.0300.6182.3161.924.71
Hex1863664C303Cb63e19
Octal3014314611430742667631
Binary110001100011110011010011001101111001011011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186366; }

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

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

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

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

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

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

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

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