#14665E

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

Shades of Blue Stone #14665E

Tints of Blue Stone #14665E

Color information

#14665E (or 0x14665E) is unknown color: approx Blue Stone. HEX triplet: 14, 66 and 5E. RGB value is (20,102,94). Sum of RGB (Red+Green+Blue) = 20+102+94=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #14665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14665E is #EB99A1. Grayscale: #4C4C4C. Windows color (decimal): -15440290 or 6186516. OLE color: 6186516.

HSL color Cylindrical-coordinate representation of color #14665E: hue angle of 174.15º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14665E is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB2010294-
CMYK0.8000.080.6
HSL174.15º67.21%23.92%-
HSV(B)174.15º80.39%40%-
XYZ7.0610.4612.24-
YUV76.57137.8387.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=9.26%
G=47.22%
B=43.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102940.8000.080.6174.1567.2123.92
Hex14665E50083Cae4318
Octal241461361200107425610330
Binary101001100110101111010100000100011110010101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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