#146661

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

Shades of Blue Stone #146661

Tints of Blue Stone #146661

Color information

#146661 (or 0x146661) is unknown color: approx Blue Stone. HEX triplet: 14, 66 and 61. RGB value is (20,102,97). Sum of RGB (Red+Green+Blue) = 20+102+97=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #146661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146661 is #EB999E. Grayscale: #4C4C4C. Windows color (decimal): -15440287 or 6383124. OLE color: 6383124.

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

Color convert

RGB2010297-
CMYK0.8000.050.6
HSL176.34º67.21%23.92%-
HSV(B)176.34º80.39%40%-
XYZ7.210.5112.96-
YUV76.91139.3387.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=9.13%
G=46.58%
B=44.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102970.8000.050.6176.3467.2123.92
Hex14666150053Cb04318
Octal24146141120057426010330
Binary10100110011011000011010000010111110010110000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146661; }

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

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

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

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

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

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

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

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