Html Css Color HEX #146D71 Blue Stone

📋 copy color: '#146D71'

red 20 ◦ green 109 ◦ blue 113

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

Shades of Blue Stone #146D71

Tints of Blue Stone #146D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.04%

 BLUE value IS 113 (44.53% from 255) = 46.69%

R = 8.26%
G = 45.04%
B = 46.69%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#146D71 (or 0x146D71) is known color: Blue Stone. HEX triplet: 14, 6D and 71. RGB value is (20,109,113). Sum of RGB (Red+Green+Blue) = 20+109+113=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #146D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D71 is #EB928E. Grayscale: #525252. Windows color (decimal): -15438479 or 7433492. OLE color: 7433492.

HSL color Cylindrical-coordinate representation of color #146D71: hue angle of 182.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D71 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 109 113 -
CMYK 0.82 0.04 0 0.56
HSL 182.58º 0.7% 0.26% -
HSV(B) 182.58º 0.82% 0.44% -
XYZ 8.74 12.28 17.53 -
YUV 82.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 20 109 113 0.82 0.04 0 0.56 182.58 0.7 0.26
Hex 14 6D 71 52 4 0 38 B7 46 1A
Octal 24 155 161 122 4 0 70 267 106 32
Binary 10100 1101101 1110001 1010010 100 0 111000 10110111 1000110 11010

Color Harmonies of #146D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146D71

Black with #146D71

Text Example


Text Example

White with #146D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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