Html Css Color HEX #146E63 Blue Stone

📋 copy color: '#146E63'

red 20 ◦ green 110 ◦ blue 99

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

Shades of Blue Stone #146E63

Tints of Blue Stone #146E63

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.03%

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

R = 8.73%
G = 48.03%
B = 43.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#146E63 (or 0x146E63) is known color: Blue Stone. HEX triplet: 14, 6E and 63. RGB value is (20,110,99). Sum of RGB (Red+Green+Blue) = 20+110+99=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #146E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146E63 is #EB919C. Grayscale: #515151. Windows color (decimal): -15438237 or 6516244. OLE color: 6516244.

HSL color Cylindrical-coordinate representation of color #146E63: hue angle of 172.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E63 is Cyan = 0.82, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 110 99 -
CMYK 0.82 0 0.1 0.57
HSL 172.67º 0.69% 0.25% -
HSV(B) 172.67º 0.82% 0.43% -
XYZ 8.12 12.2 13.73 -
YUV 81.84 137.68 83.89 -
System Red Green Blue C M Y K H S L
Decimal 20 110 99 0.82 0 0.1 0.57 172.67 0.69 0.25
Hex 14 6E 63 52 0 A 39 AD 45 19
Octal 24 156 143 122 0 12 71 255 105 31
Binary 10100 1101110 1100011 1010010 0 1010 111001 10101101 1000101 11001

Color Harmonies of #146E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146E63

Black with #146E63

Text Example


Text Example

White with #146E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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