#146059

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

Shades of Blue Stone #146059

Tints of Blue Stone #146059

Color information

#146059 (or 0x146059) is unknown color: approx Blue Stone. HEX triplet: 14, 60 and 59. RGB value is (20,96,89). Sum of RGB (Red+Green+Blue) = 20+96+89=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #146059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146059 is #EB9FA6. Grayscale: #484848. Windows color (decimal): -15441831 or 5857300. OLE color: 5857300.

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

Color convert

RGB209689-
CMYK0.7900.070.62
HSL174.47º65.52%22.75%-
HSV(B)174.47º79.17%37.65%-
XYZ6.279.2410.9-
YUV72.48137.3290.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=9.76%
G=46.83%
B=43.41%

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
Decimal2096890.7900.070.62174.4765.5222.75
Hex1460594F073Eae4217
Octal24140131117077625610227
Binary10100110000010110011001111011111111010101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146059; }

 p { color: rgb(20,96,89); }

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

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

 a { background-color: rgb(20,96,89); }

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

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

 span { border-color: rgb(20,96,89); }

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