Html Css Color HEX #147071 Blue Stone

📋 copy color: '#147071'

red 20 ◦ green 112 ◦ blue 113

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

Shades of Blue Stone #147071

Tints of Blue Stone #147071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

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

R = 8.16%
G = 45.71%
B = 46.12%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#147071 (or 0x147071) is known color: Blue Stone. HEX triplet: 14, 70 and 71. RGB value is (20,112,113). Sum of RGB (Red+Green+Blue) = 20+112+113=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #147071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147071 is #EB8F8E. Grayscale: #545454. Windows color (decimal): -15437711 or 7434260. OLE color: 7434260.

HSL color Cylindrical-coordinate representation of color #147071: hue angle of 180.65º 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 #147071 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 113 -
CMYK 0.82 0.01 0 0.56
HSL 180.65º 0.7% 0.26% -
HSV(B) 180.65º 0.82% 0.44% -
XYZ 9.06 12.93 17.64 -
YUV 84.61 144.02 81.92 -
System Red Green Blue C M Y K H S L
Decimal 20 112 113 0.82 0.01 0 0.56 180.65 0.7 0.26
Hex 14 70 71 52 1 0 38 B5 46 1A
Octal 24 160 161 122 1 0 70 265 106 32
Binary 10100 1110000 1110001 1010010 1 0 111000 10110101 1000110 11010

Color Harmonies of #147071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147071

Black with #147071

Text Example


Text Example

White with #147071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147071; }

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

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

background-color css

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

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

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

border-color css

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

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

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