#14615E

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

Shades of Blue Stone #14615E

Tints of Blue Stone #14615E

Color information

#14615E (or 0x14615E) is unknown color: approx Blue Stone. HEX triplet: 14, 61 and 5E. RGB value is (20,97,94). Sum of RGB (Red+Green+Blue) = 20+97+94=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #14615E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14615E is #EB9EA1. Grayscale: #494949. Windows color (decimal): -15441570 or 6185236. OLE color: 6185236.

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

Color convert

RGB209794-
CMYK0.7900.030.62
HSL177.66º65.81%22.94%-
HSV(B)177.66º79.38%38.04%-
XYZ6.589.5112.08-
YUV73.63139.4989.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=9.48%
G=45.97%
B=44.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097940.7900.030.62177.6665.8122.94
Hex14615E4F033Eb24217
Octal24141136117037626210227
Binary1010011000011011110100111101111111010110010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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