#14626A

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

Shades of Blue Stone #14626A

Tints of Blue Stone #14626A

Color information

#14626A (or 0x14626A) is unknown color: approx Blue Stone. HEX triplet: 14, 62 and 6A. RGB value is (20,98,106). Sum of RGB (Red+Green+Blue) = 20+98+106=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #14626A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14626A is #EB9D95. Grayscale: #4B4B4B. Windows color (decimal): -15441302 or 6971924. OLE color: 6971924.

HSL color Cylindrical-coordinate representation of color #14626A: hue angle of 185.58º 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 #14626A is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2098106-
CMYK0.810.0800.58
HSL185.58º68.25%24.71%-
HSV(B)185.58º81.13%41.57%-
XYZ7.269.9215.17-
YUV75.59145.1688.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.93%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=8.93%
G=43.75%
B=47.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20981060.810.0800.58185.5868.2524.71
Hex14626A51803Aba4419
Octal241421521211007227210431
Binary101001100010110101010100011000011101010111010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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