#14565E

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

Shades of Blue Stone #14565E

Tints of Blue Stone #14565E

Color information

#14565E (or 0x14565E) is unknown color: approx Blue Stone. HEX triplet: 14, 56 and 5E. RGB value is (20,86,94). Sum of RGB (Red+Green+Blue) = 20+86+94=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #14565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14565E is #EBA9A1. Grayscale: #434343. Windows color (decimal): -15444386 or 6182420. OLE color: 6182420.

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

Color convert

RGB208694-
CMYK0.790.0900.63
HSL186.49º64.91%22.35%-
HSV(B)186.49º78.72%36.86%-
XYZ5.647.6111.76-
YUV67.18143.1394.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 86 (33.98% from 255) = 43%
BLUE value IS 94 (37.11% from 255) = 47%
R=10%
G=43%
B=47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2086940.790.0900.63186.4964.9122.35
Hex14565E4F903Fba4116
Octal241261361171107727210126
Binary101001010110101111010011111001011111110111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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