#14615B

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

Shades of Blue Stone #14615B

Tints of Blue Stone #14615B

Color information

#14615B (or 0x14615B) is unknown color: approx Blue Stone. HEX triplet: 14, 61 and 5B. RGB value is (20,97,91). Sum of RGB (Red+Green+Blue) = 20+97+91=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #14615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14615B is #EB9EA4. Grayscale: #494949. Windows color (decimal): -15441573 or 5988628. OLE color: 5988628.

HSL color Cylindrical-coordinate representation of color #14615B: hue angle of 175.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14615B is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB209791-
CMYK0.7900.060.62
HSL175.32º65.81%22.94%-
HSV(B)175.32º79.38%38.04%-
XYZ6.459.4511.38-
YUV73.29137.9989.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=9.62%
G=46.63%
B=43.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097910.7900.060.62175.3265.8122.94
Hex14615B4F063Eaf4217
Octal24141133117067625710227
Binary10100110000110110111001111011011111010101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14615B; }

 p { color: rgb(20,97,91); }

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

<style>
 a { background-color: #14615B; }

 a { background-color: rgb(20,97,91); }

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

<style>
 span { border-color: #14615B; }

 span { border-color: rgb(20,97,91); }

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