Html Css Color HEX #146857 Blue Stone

📋 copy color: '#146857'

red 20 ◦ green 104 ◦ blue 87

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

Shades of Blue Stone #146857

Tints of Blue Stone #146857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 49.29%

 BLUE value IS 87 (34.38% from 255) = 41.23%

R = 9.48%
G = 49.29%
B = 41.23%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#146857 (or 0x146857) is known color: Blue Stone. HEX triplet: 14, 68 and 57. RGB value is (20,104,87). Sum of RGB (Red+Green+Blue) = 20+104+87=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 104 - color contains mainly: green. Hex color #146857 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146857 is #EB97A8. Grayscale: #4C4C4C. Windows color (decimal): -15439785 or 5728276. OLE color: 5728276.

HSL color Cylindrical-coordinate representation of color #146857: hue angle of 167.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146857 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 104 87 -
CMYK 0.81 0 0.16 0.59
HSL 167.86º 0.68% 0.24% -
HSV(B) 167.86º 0.81% 0.41% -
XYZ 6.96 10.74 10.72 -
YUV 76.95 133.67 87.38 -
System Red Green Blue C M Y K H S L
Decimal 20 104 87 0.81 0 0.16 0.59 167.86 0.68 0.24
Hex 14 68 57 51 0 10 3B A8 44 18
Octal 24 150 127 121 0 20 73 250 104 30
Binary 10100 1101000 1010111 1010001 0 10000 111011 10101000 1000100 11000

Color Harmonies of #146857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146857

Black with #146857

Text Example


Text Example

White with #146857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146857; }

 p { color: rgb(20,104,87); }

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

background-color css

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

 a { background-color: rgb(20,104,87); }

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

border-color css

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

 span { border-color: rgb(20,104,87); }

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