Html Css Color HEX #147066 Blue Stone

📋 copy color: '#147066'

red 20 ◦ green 112 ◦ blue 102

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

Shades of Blue Stone #147066

Tints of Blue Stone #147066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.59%

R = 8.55%
G = 47.86%
B = 43.59%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#147066 (or 0x147066) is known color: Blue Stone. HEX triplet: 14, 70 and 66. RGB value is (20,112,102). Sum of RGB (Red+Green+Blue) = 20+112+102=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #147066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147066 is #EB8F99. Grayscale: #535353. Windows color (decimal): -15437722 or 6713364. OLE color: 6713364.

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

Color convert

RGB 20 112 102 -
CMYK 0.82 0 0.09 0.56
HSL 173.48º 0.7% 0.26% -
HSV(B) 173.48º 0.82% 0.44% -
XYZ 8.48 12.7 14.57 -
YUV 83.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 20 112 102 0.82 0 0.09 0.56 173.48 0.7 0.26
Hex 14 70 66 52 0 9 38 AD 46 1A
Octal 24 160 146 122 0 11 70 255 106 32
Binary 10100 1110000 1100110 1010010 0 1001 111000 10101101 1000110 11010

Color Harmonies of #147066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147066

Black with #147066

Text Example


Text Example

White with #147066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147066; }

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

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

background-color css

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

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

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

border-color css

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

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

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