#14675A

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

Shades of Blue Stone #14675A

Tints of Blue Stone #14675A

Color information

#14675A (or 0x14675A) is unknown color: approx Blue Stone. HEX triplet: 14, 67 and 5A. RGB value is (20,103,90). Sum of RGB (Red+Green+Blue) = 20+103+90=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #14675A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14675A is #EB98A5. Grayscale: #4C4C4C. Windows color (decimal): -15440038 or 5924628. OLE color: 5924628.

HSL color Cylindrical-coordinate representation of color #14675A: hue angle of 170.6º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14675A is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB2010390-
CMYK0.8100.130.60
HSL170.6º67.48%24.12%-
HSV(B)170.6º80.58%40.39%-
XYZ6.9810.5911.35-
YUV76.7135.587.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 103 (40.62% from 255) = 48.36%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=9.39%
G=48.36%
B=42.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20103900.8100.130.60170.667.4824.12
Hex14675A510D3Cab4318
Octal241471321210157425310330
Binary101001100111101101010100010110111110010101011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14675A; }

 p { color: rgb(20,103,90); }

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

<style>
 a { background-color: #14675A; }

 a { background-color: rgb(20,103,90); }

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

<style>
 span { border-color: #14675A; }

 span { border-color: rgb(20,103,90); }

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