#14625F

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

Shades of Blue Stone #14625F

Tints of Blue Stone #14625F

Color information

#14625F (or 0x14625F) is unknown color: approx Blue Stone. HEX triplet: 14, 62 and 5F. RGB value is (20,98,95). Sum of RGB (Red+Green+Blue) = 20+98+95=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #14625F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14625F is #EB9DA0. Grayscale: #4A4A4A. Windows color (decimal): -15441313 or 6251028. OLE color: 6251028.

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

Color convert

RGB209895-
CMYK0.8000.030.62
HSL177.69º66.1%23.14%-
HSV(B)177.69º79.59%38.43%-
XYZ6.729.7112.35-
YUV74.34139.6689.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=9.39%
G=46.01%
B=44.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098950.8000.030.62177.6966.123.14
Hex14625F50033Eb24217
Octal24142137120037626210227
Binary1010011000101011111101000001111111010110010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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