#14565D

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

Shades of Blue Stone #14565D

Tints of Blue Stone #14565D

Color information

#14565D (or 0x14565D) is unknown color: approx Blue Stone. HEX triplet: 14, 56 and 5D. RGB value is (20,86,93). Sum of RGB (Red+Green+Blue) = 20+86+93=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #14565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14565D is #EBA9A2. Grayscale: #424242. Windows color (decimal): -15444387 or 6116884. OLE color: 6116884.

HSL color Cylindrical-coordinate representation of color #14565D: hue angle of 185.75º 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 #14565D is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB208693-
CMYK0.780.0800.64
HSL185.75º64.6%22.16%-
HSV(B)185.75º78.49%36.47%-
XYZ5.597.5911.53-
YUV67.06142.6394.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=10.05%
G=43.22%
B=46.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2086930.780.0800.64185.7564.622.16
Hex14565D4E8040ba4116
Octal2412613511610010027210126
Binary1010010101101011101100111010000100000010111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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