#146063

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

Shades of Blue Stone #146063

Tints of Blue Stone #146063

Color information

#146063 (or 0x146063) is unknown color: approx Blue Stone. HEX triplet: 14, 60 and 63. RGB value is (20,96,99). Sum of RGB (Red+Green+Blue) = 20+96+99=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #146063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146063 is #EB9F9C. Grayscale: #494949. Windows color (decimal): -15441821 or 6512660. OLE color: 6512660.

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

Color convert

RGB209699-
CMYK0.800.0300.61
HSL182.28º66.39%23.33%-
HSV(B)182.28º79.8%38.82%-
XYZ6.729.4213.27-
YUV73.62142.3289.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=9.30%
G=44.65%
B=46.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2096990.800.0300.61182.2866.3923.33
Hex14606350303Db64217
Octal24140143120307526610227
Binary1010011000001100011101000011011110110110110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146063; }

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

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

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

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

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

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

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

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