Html Css Color HEX #14726B Blue Stone

📋 copy color: '#14726B'

red 20 ◦ green 114 ◦ blue 107

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

Shades of Blue Stone #14726B

Tints of Blue Stone #14726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 8.3%
G = 47.3%
B = 44.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#14726B (or 0x14726B) is known color: Blue Stone. HEX triplet: 14, 72 and 6B. RGB value is (20,114,107). Sum of RGB (Red+Green+Blue) = 20+114+107=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #14726B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14726B is #EB8D94. Grayscale: #555555. Windows color (decimal): -15437205 or 7041556. OLE color: 7041556.

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

Color convert

RGB 20 114 107 -
CMYK 0.82 0 0.06 0.55
HSL 175.53º 0.7% 0.26% -
HSV(B) 175.53º 0.82% 0.45% -
XYZ 8.96 13.24 15.99 -
YUV 85.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 20 114 107 0.82 0 0.06 0.55 175.53 0.7 0.26
Hex 14 72 6B 52 0 6 37 B0 46 1A
Octal 24 162 153 122 0 6 67 260 106 32
Binary 10100 1110010 1101011 1010010 0 110 110111 10110000 1000110 11010

Color Harmonies of #14726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14726B

Black with #14726B

Text Example


Text Example

White with #14726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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