#146664

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

Shades of Blue Stone #146664

Tints of Blue Stone #146664

Color information

#146664 (or 0x146664) is unknown color: approx Blue Stone. HEX triplet: 14, 66 and 64. RGB value is (20,102,100). Sum of RGB (Red+Green+Blue) = 20+102+100=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #146664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146664 is #EB999B. Grayscale: #4D4D4D. Windows color (decimal): -15440284 or 6579732. OLE color: 6579732.

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

Color convert

RGB20102100-
CMYK0.8000.020.6
HSL178.54º67.21%23.92%-
HSV(B)178.54º80.39%40%-
XYZ7.3410.5713.71-
YUV77.25140.8387.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=9.01%
G=45.95%
B=45.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal201021000.8000.020.6178.5467.2123.92
Hex14666450023Cb34318
Octal24146144120027426310330
Binary1010011001101100100101000001011110010110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146664; }

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

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

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

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

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

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

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

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