#14595E

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

Shades of Blue Stone #14595E

Tints of Blue Stone #14595E

Color information

#14595E (or 0x14595E) is unknown color: approx Blue Stone. HEX triplet: 14, 59 and 5E. RGB value is (20,89,94). Sum of RGB (Red+Green+Blue) = 20+89+94=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #14595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14595E is #EBA6A1. Grayscale: #444444. Windows color (decimal): -15443618 or 6183188. OLE color: 6183188.

HSL color Cylindrical-coordinate representation of color #14595E: hue angle of 184.05º 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 #14595E is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB208994-
CMYK0.790.0500.63
HSL184.05º64.91%22.35%-
HSV(B)184.05º78.72%36.86%-
XYZ5.888.111.84-
YUV68.94142.1493.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 89 (35.16% from 255) = 43.84%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=9.85%
G=43.84%
B=46.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2089940.790.0500.63184.0564.9122.35
Hex14595E4F503Fb84116
Octal24131136117507727010126
Binary10100101100110111101001111101011111110111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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