Html Css Color HEX #147063 Blue Stone

📋 copy color: '#147063'

red 20 ◦ green 112 ◦ blue 99

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

Shades of Blue Stone #147063

Tints of Blue Stone #147063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 8.66%
G = 48.48%
B = 42.86%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#147063 (or 0x147063) is known color: Blue Stone. HEX triplet: 14, 70 and 63. RGB value is (20,112,99). Sum of RGB (Red+Green+Blue) = 20+112+99=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #147063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147063 is #EB8F9C. Grayscale: #525252. Windows color (decimal): -15437725 or 6516756. OLE color: 6516756.

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

Color convert

RGB 20 112 99 -
CMYK 0.82 0 0.12 0.56
HSL 171.52º 0.7% 0.26% -
HSV(B) 171.52º 0.82% 0.44% -
XYZ 8.33 12.64 13.8 -
YUV 83.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 20 112 99 0.82 0 0.12 0.56 171.52 0.7 0.26
Hex 14 70 63 52 0 C 38 AC 46 1A
Octal 24 160 143 122 0 14 70 254 106 32
Binary 10100 1110000 1100011 1010010 0 1100 111000 10101100 1000110 11010

Color Harmonies of #147063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147063

Black with #147063

Text Example


Text Example

White with #147063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147063; }

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

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

background-color css

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

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

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

border-color css

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

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

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