#14545F

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

Shades of Blue Stone #14545F

Tints of Blue Stone #14545F

Color information

#14545F (or 0x14545F) is unknown color: approx Blue Stone. HEX triplet: 14, 54 and 5F. RGB value is (20,84,95). Sum of RGB (Red+Green+Blue) = 20+84+95=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #14545F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14545F is #EBABA0. Grayscale: #424242. Windows color (decimal): -15444897 or 6247444. OLE color: 6247444.

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

Color convert

RGB208495-
CMYK0.790.1200.63
HSL188.8º65.22%22.55%-
HSV(B)188.8º78.95%37.25%-
XYZ5.527.3211.95-
YUV66.12144.395.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 95 (37.5% from 255) = 47.74%
R=10.05%
G=42.21%
B=47.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2084950.790.1200.63188.865.2222.55
Hex14545F4FC03Fbd4117
Octal241241371171407727510127
Binary101001010100101111110011111100011111110111101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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