#186069

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

Shades of Blue Stone #186069

Tints of Blue Stone #186069

Color information

#186069 (or 0x186069) is unknown color: approx Blue Stone. HEX triplet: 18, 60 and 69. RGB value is (24,96,105). Sum of RGB (Red+Green+Blue) = 24+96+105=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #186069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186069 is #E79F96. Grayscale: #4B4B4B. Windows color (decimal): -15179671 or 6905880. OLE color: 6905880.

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

Color convert

RGB2496105-
CMYK0.770.0900.59
HSL186.67º62.79%25.29%-
HSV(B)186.67º77.14%41.18%-
XYZ7.119.5814.84-
YUV75.5144.6591.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=10.67%
G=42.67%
B=46.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24961050.770.0900.59186.6762.7925.29
Hex1860694D903Bbb3f19
Octal30140151115110732737731
Binary11000110000011010011001101100101110111011101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186069; }

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

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

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

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

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

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

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

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