#14606A

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

Shades of Blue Stone #14606A

Tints of Blue Stone #14606A

Color information

#14606A (or 0x14606A) is unknown color: approx Blue Stone. HEX triplet: 14, 60 and 6A. RGB value is (20,96,106). Sum of RGB (Red+Green+Blue) = 20+96+106=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #14606A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14606A is #EB9F95. Grayscale: #4A4A4A. Windows color (decimal): -15441814 or 6971412. OLE color: 6971412.

HSL color Cylindrical-coordinate representation of color #14606A: hue angle of 186.98º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14606A is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2096106-
CMYK0.810.0900.58
HSL186.98º68.25%24.71%-
HSV(B)186.98º81.13%41.57%-
XYZ7.079.5615.11-
YUV74.42145.8289.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=9.01%
G=43.24%
B=47.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20961060.810.0900.58186.9868.2524.71
Hex14606A51903Abb4419
Octal241401521211107227310431
Binary101001100000110101010100011001011101010111011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,96,106); }

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

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

 a { background-color: rgb(20,96,106); }

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

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

 span { border-color: rgb(20,96,106); }

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