#146163

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

Shades of Blue Stone #146163

Tints of Blue Stone #146163

Color information

#146163 (or 0x146163) is unknown color: approx Blue Stone. HEX triplet: 14, 61 and 63. RGB value is (20,97,99). Sum of RGB (Red+Green+Blue) = 20+97+99=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #146163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146163 is #EB9E9C. Grayscale: #4A4A4A. Windows color (decimal): -15441565 or 6512916. OLE color: 6512916.

HSL color Cylindrical-coordinate representation of color #146163: hue angle of 181.52º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146163 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB209799-
CMYK0.800.0200.61
HSL181.52º66.39%23.33%-
HSV(B)181.52º79.8%38.82%-
XYZ6.829.613.3-
YUV74.2141.9989.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=9.26%
G=44.91%
B=45.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2097990.800.0200.61181.5266.3923.33
Hex14616350203Db64217
Octal24141143120207526610227
Binary1010011000011100011101000010011110110110110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146163; }

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

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

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

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

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

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

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

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