#146061

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

Shades of Blue Stone #146061

Tints of Blue Stone #146061

Color information

#146061 (or 0x146061) is unknown color: approx Blue Stone. HEX triplet: 14, 60 and 61. RGB value is (20,96,97). Sum of RGB (Red+Green+Blue) = 20+96+97=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #146061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146061 is #EB9F9E. Grayscale: #494949. Windows color (decimal): -15441823 or 6381588. OLE color: 6381588.

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

Color convert

RGB209697-
CMYK0.790.0100.62
HSL180.78º65.81%22.94%-
HSV(B)180.78º79.38%38.04%-
XYZ6.639.3812.77-
YUV73.39141.3289.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=9.39%
G=45.07%
B=45.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096970.790.0100.62180.7865.8122.94
Hex1460614F103Eb54217
Octal24140141117107626510227
Binary101001100000110000110011111011111010110101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146061; }

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

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

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

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

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

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

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

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