#14625E

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

Shades of Blue Stone #14625E

Tints of Blue Stone #14625E

Color information

#14625E (or 0x14625E) is unknown color: approx Blue Stone. HEX triplet: 14, 62 and 5E. RGB value is (20,98,94). Sum of RGB (Red+Green+Blue) = 20+98+94=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #14625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14625E is #EB9DA1. Grayscale: #4A4A4A. Windows color (decimal): -15441314 or 6185492. OLE color: 6185492.

HSL color Cylindrical-coordinate representation of color #14625E: hue angle of 176.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14625E is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB209894-
CMYK0.8000.040.62
HSL176.92º66.1%23.14%-
HSV(B)176.92º79.59%38.43%-
XYZ6.689.6912.11-
YUV74.22139.1689.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.43%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=9.43%
G=46.23%
B=44.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098940.8000.040.62176.9266.123.14
Hex14625E50043Eb14217
Octal24142136120047626110227
Binary10100110001010111101010000010011111010110001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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