#14535E

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

Shades of Blue Stone #14535E

Tints of Blue Stone #14535E

Color information

#14535E (or 0x14535E) is unknown color: approx Blue Stone. HEX triplet: 14, 53 and 5E. RGB value is (20,83,94). Sum of RGB (Red+Green+Blue) = 20+83+94=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #14535E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14535E is #EBACA1. Grayscale: #414141. Windows color (decimal): -15445154 or 6181652. OLE color: 6181652.

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

Color convert

RGB208394-
CMYK0.790.1200.63
HSL188.92º64.91%22.35%-
HSV(B)188.92º78.72%36.86%-
XYZ5.47.1411.68-
YUV65.42144.1395.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=10.15%
G=42.13%
B=47.72%

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
Decimal2083940.790.1200.63188.9264.9122.35
Hex14535E4FC03Fbd4116
Octal241231361171407727510126
Binary101001010011101111010011111100011111110111101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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