Html Css Color HEX #147172 Blue Stone

📋 copy color: '#147172'

red 20 ◦ green 113 ◦ blue 114

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

Shades of Blue Stone #147172

Tints of Blue Stone #147172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.75%

 BLUE value IS 114 (44.92% from 255) = 46.15%

R = 8.1%
G = 45.75%
B = 46.15%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#147172 (or 0x147172) is known color: Blue Stone. HEX triplet: 14, 71 and 72. RGB value is (20,113,114). Sum of RGB (Red+Green+Blue) = 20+113+114=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 114 (44.92% from 255 or 46.15% from 247); Max value from RGB is 114 - color contains mainly: blue. Hex color #147172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147172 is #EB8E8D. Grayscale: #555555. Windows color (decimal): -15437454 or 7500052. OLE color: 7500052.

HSL color Cylindrical-coordinate representation of color #147172: hue angle of 180.64º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147172 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 113 114 -
CMYK 0.82 0.01 0 0.55
HSL 180.64º 0.7% 0.26% -
HSV(B) 180.64º 0.82% 0.45% -
XYZ 9.23 13.17 17.98 -
YUV 85.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 20 113 114 0.82 0.01 0 0.55 180.64 0.7 0.26
Hex 14 71 72 52 1 0 37 B5 46 1A
Octal 24 161 162 122 1 0 67 265 106 32
Binary 10100 1110001 1110010 1010010 1 0 110111 10110101 1000110 11010

Color Harmonies of #147172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147172

Black with #147172

Text Example


Text Example

White with #147172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147172; }

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

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

background-color css

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

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

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

border-color css

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

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

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