#14565F

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

Shades of Blue Stone #14565F

Tints of Blue Stone #14565F

Color information

#14565F (or 0x14565F) is unknown color: approx Blue Stone. HEX triplet: 14, 56 and 5F. RGB value is (20,86,95). Sum of RGB (Red+Green+Blue) = 20+86+95=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #14565F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14565F is #EBA9A0. Grayscale: #434343. Windows color (decimal): -15444385 or 6247956. OLE color: 6247956.

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

Color convert

RGB208695-
CMYK0.790.0900.63
HSL187.2º65.22%22.55%-
HSV(B)187.2º78.95%37.25%-
XYZ5.687.6312-
YUV67.29143.6394.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=9.95%
G=42.79%
B=47.26%

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
Decimal2086950.790.0900.63187.265.2222.55
Hex14565F4F903Fbb4117
Octal241261371171107727310127
Binary101001010110101111110011111001011111110111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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