Html Css Color HEX #14726F Blue Stone

📋 copy color: '#14726F'

red 20 ◦ green 114 ◦ blue 111

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

Shades of Blue Stone #14726F

Tints of Blue Stone #14726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 8.16%
G = 46.53%
B = 45.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#14726F (or 0x14726F) is known color: Blue Stone. HEX triplet: 14, 72 and 6F. RGB value is (20,114,111). Sum of RGB (Red+Green+Blue) = 20+114+111=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #14726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14726F is #EB8D90. Grayscale: #555555. Windows color (decimal): -15437201 or 7303700. OLE color: 7303700.

HSL color Cylindrical-coordinate representation of color #14726F: hue angle of 178.09º 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 #14726F is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 111 -
CMYK 0.82 0 0.03 0.55
HSL 178.09º 0.7% 0.26% -
HSV(B) 178.09º 0.82% 0.45% -
XYZ 9.18 13.33 17.13 -
YUV 85.55 142.36 81.24 -
System Red Green Blue C M Y K H S L
Decimal 20 114 111 0.82 0 0.03 0.55 178.09 0.7 0.26
Hex 14 72 6F 52 0 3 37 B2 46 1A
Octal 24 162 157 122 0 3 67 262 106 32
Binary 10100 1110010 1101111 1010010 0 11 110111 10110010 1000110 11010

Color Harmonies of #14726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14726F

Black with #14726F

Text Example


Text Example

White with #14726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14726F; }

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

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

background-color css

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

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

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

border-color css

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

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

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