Html Css Color HEX #147064 Blue Stone

📋 copy color: '#147064'

red 20 ◦ green 112 ◦ blue 100

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

Shades of Blue Stone #147064

Tints of Blue Stone #147064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.1%

R = 8.62%
G = 48.28%
B = 43.1%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#147064 (or 0x147064) is known color: Blue Stone. HEX triplet: 14, 70 and 64. RGB value is (20,112,100). Sum of RGB (Red+Green+Blue) = 20+112+100=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #147064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147064 is #EB8F9B. Grayscale: #535353. Windows color (decimal): -15437724 or 6582292. OLE color: 6582292.

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

Color convert

RGB 20 112 100 -
CMYK 0.82 0 0.11 0.56
HSL 172.17º 0.7% 0.26% -
HSV(B) 172.17º 0.82% 0.44% -
XYZ 8.38 12.66 14.06 -
YUV 83.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 20 112 100 0.82 0 0.11 0.56 172.17 0.7 0.26
Hex 14 70 64 52 0 B 38 AC 46 1A
Octal 24 160 144 122 0 13 70 254 106 32
Binary 10100 1110000 1100100 1010010 0 1011 111000 10101100 1000110 11010

Color Harmonies of #147064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147064

Black with #147064

Text Example


Text Example

White with #147064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147064; }

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

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

background-color css

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

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

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

border-color css

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

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

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