#186066

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

Shades of Blue Stone #186066

Tints of Blue Stone #186066

Color information

#186066 (or 0x186066) is unknown color: approx Blue Stone. HEX triplet: 18, 60 and 66. RGB value is (24,96,102). Sum of RGB (Red+Green+Blue) = 24+96+102=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #186066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186066 is #E79F99. Grayscale: #4B4B4B. Windows color (decimal): -15179674 or 6709272. OLE color: 6709272.

HSL color Cylindrical-coordinate representation of color #186066: hue angle of 184.62º 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 #186066 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2496102-
CMYK0.760.0600.6
HSL184.62º61.9%24.71%-
HSV(B)184.62º76.47%40%-
XYZ6.969.5214.04-
YUV75.16143.1591.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=10.81%
G=43.24%
B=45.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24961020.760.0600.6184.6261.924.71
Hex1860664C603Cb93e19
Octal3014014611460742717631
Binary1100011000001100110100110011001111001011100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186066; }

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

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

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

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

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

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

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

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