Html Css Color HEX #145951 Blue Stone

📋 copy color: '#145951'

red 20 ◦ green 89 ◦ blue 81

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

Shades of Blue Stone #145951

Tints of Blue Stone #145951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.84%

 BLUE value IS 81 (32.03% from 255) = 42.63%

R = 10.53%
G = 46.84%
B = 42.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#145951 (or 0x145951) is known color: Blue Stone. HEX triplet: 14, 59 and 51. RGB value is (20,89,81). Sum of RGB (Red+Green+Blue) = 20+89+81=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #145951 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145951 is #EBA6AE. Grayscale: #434343. Windows color (decimal): -15443631 or 5331220. OLE color: 5331220.

HSL color Cylindrical-coordinate representation of color #145951: hue angle of 173.04º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145951 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 81 -
CMYK 0.78 0 0.09 0.65
HSL 173.04º 0.63% 0.21% -
HSV(B) 173.04º 0.78% 0.35% -
XYZ 5.35 7.89 9.03 -
YUV 67.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 20 89 81 0.78 0 0.09 0.65 173.04 0.63 0.21
Hex 14 59 51 4E 0 9 41 AD 3F 15
Octal 24 131 121 116 0 11 101 255 77 25
Binary 10100 1011001 1010001 1001110 0 1001 1000001 10101101 111111 10101

Color Harmonies of #145951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145951

Black with #145951

Text Example


Text Example

White with #145951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145951; }

 p { color: rgb(20,89,81); }

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

background-color css

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

 a { background-color: rgb(20,89,81); }

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

border-color css

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

 span { border-color: rgb(20,89,81); }

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