#14615A

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

Shades of Blue Stone #14615A

Tints of Blue Stone #14615A

Color information

#14615A (or 0x14615A) is unknown color: approx Blue Stone. HEX triplet: 14, 61 and 5A. RGB value is (20,97,90). Sum of RGB (Red+Green+Blue) = 20+97+90=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #14615A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14615A is #EB9EA5. Grayscale: #494949. Windows color (decimal): -15441574 or 5923092. OLE color: 5923092.

HSL color Cylindrical-coordinate representation of color #14615A: hue angle of 174.55º 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 #14615A is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB209790-
CMYK0.7900.070.62
HSL174.55º65.81%22.94%-
HSV(B)174.55º79.38%38.04%-
XYZ6.419.4411.16-
YUV73.18137.4990.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=9.66%
G=46.86%
B=43.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097900.7900.070.62174.5565.8122.94
Hex14615A4F073Eaf4217
Octal24141132117077625710227
Binary10100110000110110101001111011111111010101111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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