#1C5E63

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

Shades of Blue Stone #1C5E63

Tints of Blue Stone #1C5E63

Color information

#1C5E63 (or 0x1C5E63) is unknown color: approx Blue Stone. HEX triplet: 1C, 5E and 63. RGB value is (28,94,99). Sum of RGB (Red+Green+Blue) = 28+94+99=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C5E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5E63 is #E3A19C. Grayscale: #4A4A4A. Windows color (decimal): -14918045 or 6512156. OLE color: 6512156.

HSL color Cylindrical-coordinate representation of color #1C5E63: hue angle of 184.23º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C5E63 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB289499-
CMYK0.720.0500.61
HSL184.23º55.91%24.9%-
HSV(B)184.23º71.72%38.82%-
XYZ6.739.1513.22-
YUV74.84141.6394.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.67%
GREEN value IS 94 (37.11% from 255) = 42.53%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=12.67%
G=42.53%
B=44.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2894990.720.0500.61184.2355.9124.9
Hex1C5E6348503Db83819
Octal3413614311050752707031
Binary1110010111101100011100100010101111011011100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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