#14585D

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

Shades of Blue Stone #14585D

Tints of Blue Stone #14585D

Color information

#14585D (or 0x14585D) is unknown color: approx Blue Stone. HEX triplet: 14, 58 and 5D. RGB value is (20,88,93). Sum of RGB (Red+Green+Blue) = 20+88+93=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #14585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14585D is #EBA7A2. Grayscale: #444444. Windows color (decimal): -15443875 or 6117396. OLE color: 6117396.

HSL color Cylindrical-coordinate representation of color #14585D: hue angle of 184.11º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14585D is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB208893-
CMYK0.780.0500.64
HSL184.11º64.6%22.16%-
HSV(B)184.11º78.49%36.47%-
XYZ5.757.9211.58-
YUV68.24141.9793.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=9.95%
G=43.78%
B=46.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2088930.780.0500.64184.1164.622.16
Hex14585D4E5040b84116
Octal241301351165010027010126
Binary101001011000101110110011101010100000010111000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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