#176069

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

Shades of Blue Stone #176069

Tints of Blue Stone #176069

Color information

#176069 (or 0x176069) is unknown color: approx Blue Stone. HEX triplet: 17, 60 and 69. RGB value is (23,96,105). Sum of RGB (Red+Green+Blue) = 23+96+105=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #176069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176069 is #E89F96. Grayscale: #4B4B4B. Windows color (decimal): -15245207 or 6905879. OLE color: 6905879.

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

Color convert

RGB2396105-
CMYK0.780.0900.59
HSL186.59º64.06%25.1%-
HSV(B)186.59º78.1%41.18%-
XYZ7.099.5714.84-
YUV75.2144.8290.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.27%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=10.27%
G=42.86%
B=46.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal23961050.780.0900.59186.5964.0625.1
Hex1760694E903Bbb4019
Octal271401511161107327310031
Binary101111100000110100110011101001011101110111011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176069; }

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

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

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

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

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

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

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

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