#146663

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

Shades of Blue Stone #146663

Tints of Blue Stone #146663

Color information

#146663 (or 0x146663) is unknown color: approx Blue Stone. HEX triplet: 14, 66 and 63. RGB value is (20,102,99). Sum of RGB (Red+Green+Blue) = 20+102+99=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #146663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146663 is #EB999C. Grayscale: #4D4D4D. Windows color (decimal): -15440285 or 6514196. OLE color: 6514196.

HSL color Cylindrical-coordinate representation of color #146663: hue angle of 177.8º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146663 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB2010299-
CMYK0.8000.030.6
HSL177.8º67.21%23.92%-
HSV(B)177.8º80.39%40%-
XYZ7.2910.5513.46-
YUV77.14140.3387.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 102 (40.23% from 255) = 46.15%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=9.05%
G=46.15%
B=44.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102990.8000.030.6177.867.2123.92
Hex14666350033Cb24318
Octal24146143120037426210330
Binary1010011001101100011101000001111110010110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146663; }

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

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

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

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

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

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

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

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