Html Css Color HEX #146B71 Blue Stone

📋 copy color: '#146B71'

red 20 ◦ green 107 ◦ blue 113

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

Shades of Blue Stone #146B71

Tints of Blue Stone #146B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 8.33%
G = 44.58%
B = 47.08%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#146B71 (or 0x146B71) is known color: Blue Stone. HEX triplet: 14, 6B and 71. RGB value is (20,107,113). Sum of RGB (Red+Green+Blue) = 20+107+113=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #146B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146B71 is #EB948E. Grayscale: #515151. Windows color (decimal): -15438991 or 7432980. OLE color: 7432980.

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

Color convert

RGB 20 107 113 -
CMYK 0.82 0.05 0 0.56
HSL 183.87º 0.7% 0.26% -
HSV(B) 183.87º 0.82% 0.44% -
XYZ 8.53 11.86 17.46 -
YUV 81.67 145.68 84.01 -
System Red Green Blue C M Y K H S L
Decimal 20 107 113 0.82 0.05 0 0.56 183.87 0.7 0.26
Hex 14 6B 71 52 5 0 38 B8 46 1A
Octal 24 153 161 122 5 0 70 270 106 32
Binary 10100 1101011 1110001 1010010 101 0 111000 10111000 1000110 11010

Color Harmonies of #146B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146B71

Black with #146B71

Text Example


Text Example

White with #146B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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