#146A6D

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

Shades of Blue Stone #146A6D

Tints of Blue Stone #146A6D

Color information

#146A6D (or 0x146A6D) is unknown color: approx Blue Stone. HEX triplet: 14, 6A and 6D. RGB value is (20,106,109). Sum of RGB (Red+Green+Blue) = 20+106+109=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #146A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A6D is #EB9592. Grayscale: #505050. Windows color (decimal): -15439251 or 7170580. OLE color: 7170580.

HSL color Cylindrical-coordinate representation of color #146A6D: hue angle of 182.02º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146A6D is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB20106109-
CMYK0.820.0300.57
HSL182.02º68.99%25.29%-
HSV(B)182.02º81.65%42.75%-
XYZ8.211.5616.27-
YUV80.63144.0184.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.51%
GREEN value IS 106 (41.80% from 255) = 45.11%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=8.51%
G=45.11%
B=46.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal201061090.820.0300.57182.0268.9925.29
Hex146A6D523039b64519
Octal24152155122307126610531
Binary1010011010101101101101001011011100110110110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146A6D; }

 p { color: rgb(20,106,109); }

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

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

 a { background-color: rgb(20,106,109); }

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

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

 span { border-color: rgb(20,106,109); }

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