#1C696D

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

Shades of Blue Stone #1C696D

Tints of Blue Stone #1C696D

Color information

#1C696D (or 0x1C696D) is unknown color: approx Blue Stone. HEX triplet: 1C, 69 and 6D. RGB value is (28,105,109). Sum of RGB (Red+Green+Blue) = 28+105+109=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C696D is #E39692. Grayscale: #525252. Windows color (decimal): -14915219 or 7170332. OLE color: 7170332.

HSL color Cylindrical-coordinate representation of color #1C696D: hue angle of 182.96º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C696D is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB28105109-
CMYK0.740.0400.57
HSL182.96º59.12%26.86%-
HSV(B)182.96º74.31%42.75%-
XYZ8.2911.4516.24-
YUV82.43142.9989.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.57%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=11.57%
G=43.39%
B=45.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal281051090.740.0400.57182.9659.1226.86
Hex1C696D4A4039b73b1b
Octal3415115511240712677333
Binary1110011010011101101100101010001110011011011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C696D; }

 p { color: rgb(28,105,109); }

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

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

 a { background-color: rgb(28,105,109); }

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

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

 span { border-color: rgb(28,105,109); }

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