Html Css Color HEX #146959 Blue Stone

📋 copy color: '#146959'

red 20 ◦ green 105 ◦ blue 89

#146959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #146959

Tints of Blue Stone #146959

RGB

 RED value IS 20 (8.2% from 255) = 9.35%

 GREEN value IS 105 (41.41% from 255) = 49.07%

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 9.35%
G = 49.07%
B = 41.59%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#146959 (or 0x146959) is known color: Blue Stone. HEX triplet: 14, 69 and 59. RGB value is (20,105,89). Sum of RGB (Red+Green+Blue) = 20+105+89=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #146959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146959 is #EB96A6. Grayscale: #4D4D4D. Windows color (decimal): -15439527 or 5859604. OLE color: 5859604.

HSL color Cylindrical-coordinate representation of color #146959: hue angle of 168.71º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146959 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 105 89 -
CMYK 0.81 0 0.15 0.59
HSL 168.71º 0.68% 0.25% -
HSV(B) 168.71º 0.81% 0.41% -
XYZ 7.14 10.97 11.19 -
YUV 77.76 134.34 86.8 -
System Red Green Blue C M Y K H S L
Decimal 20 105 89 0.81 0 0.15 0.59 168.71 0.68 0.25
Hex 14 69 59 51 0 F 3B A9 44 19
Octal 24 151 131 121 0 17 73 251 104 31
Binary 10100 1101001 1011001 1010001 0 1111 111011 10101001 1000100 11001

Color Harmonies of #146959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146959

Black with #146959

Text Example


Text Example

White with #146959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146959; }

 p { color: rgb(20,105,89); }

 H1.HeaderClassName
 {
   color: #146959;
 }
 .AnyTagClassName
 {
   color: #146959;
 }
</style>

background-color css

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

 a { background-color: rgb(20,105,89); }

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

border-color css

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

 span { border-color: rgb(20,105,89); }

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