#1C605E

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

Shades of Blue Stone #1C605E

Tints of Blue Stone #1C605E

Color information

#1C605E (or 0x1C605E) is unknown color: approx Blue Stone. HEX triplet: 1C, 60 and 5E. RGB value is (28,96,94). Sum of RGB (Red+Green+Blue) = 28+96+94=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #1C605E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C605E is #E39FA1. Grayscale: #4B4B4B. Windows color (decimal): -14917538 or 6184988. OLE color: 6184988.

HSL color Cylindrical-coordinate representation of color #1C605E: hue angle of 178.24º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C605E is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB289694-
CMYK0.7100.020.62
HSL178.24º54.84%24.31%-
HSV(B)178.24º70.83%37.65%-
XYZ6.689.4212.06-
YUV75.44138.4794.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.84%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=12.84%
G=44.04%
B=43.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2896940.7100.020.62178.2454.8424.31
Hex1C605E47023Eb23718
Octal3414013610702762626730
Binary111001100000101111010001110101111101011001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,96,94); }

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

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

 a { background-color: rgb(28,96,94); }

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

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

 span { border-color: rgb(28,96,94); }

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