#14585E

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

Shades of Blue Stone #14585E

Tints of Blue Stone #14585E

Color information

#14585E (or 0x14585E) is unknown color: approx Blue Stone. HEX triplet: 14, 58 and 5E. RGB value is (20,88,94). Sum of RGB (Red+Green+Blue) = 20+88+94=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #14585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14585E is #EBA7A1. Grayscale: #444444. Windows color (decimal): -15443874 or 6182932. OLE color: 6182932.

HSL color Cylindrical-coordinate representation of color #14585E: hue angle of 184.86º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14585E is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB208894-
CMYK0.790.0600.63
HSL184.86º64.91%22.35%-
HSV(B)184.86º78.72%36.86%-
XYZ5.87.9411.82-
YUV68.35142.4793.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=9.90%
G=43.56%
B=46.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2088940.790.0600.63184.8664.9122.35
Hex14585E4F603Fb94116
Octal24130136117607727110126
Binary10100101100010111101001111110011111110111001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14585E; }

 p { color: rgb(20,88,94); }

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

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

 a { background-color: rgb(20,88,94); }

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

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

 span { border-color: rgb(20,88,94); }

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