Html Css Color HEX #145959 Blue Stone

📋 copy color: '#145959'

red 20 ◦ green 89 ◦ blue 89

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

Shades of Blue Stone #145959

Tints of Blue Stone #145959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.95%

R = 10.1%
G = 44.95%
B = 44.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#145959 (or 0x145959) is known color: Blue Stone. HEX triplet: 14, 59 and 59. RGB value is (20,89,89). Sum of RGB (Red+Green+Blue) = 20+89+89=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #145959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145959 is #EBA6A6. Grayscale: #444444. Windows color (decimal): -15443623 or 5855508. OLE color: 5855508.

HSL color Cylindrical-coordinate representation of color #145959: hue angle of 180º 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 #145959 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 89 -
CMYK 0.78 0 0 0.65
HSL 180º 0.63% 0.21% -
HSV(B) 180º 0.78% 0.35% -
XYZ 5.66 8.01 10.7 -
YUV 68.37 139.64 93.5 -
System Red Green Blue C M Y K H S L
Decimal 20 89 89 0.78 0 0 0.65 180 0.63 0.21
Hex 14 59 59 4E 0 0 41 B4 3F 15
Octal 24 131 131 116 0 0 101 264 77 25
Binary 10100 1011001 1011001 1001110 0 0 1000001 10110100 111111 10101

Color Harmonies of #145959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145959

Black with #145959

Text Example


Text Example

White with #145959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145959; }

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

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

background-color css

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

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

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

border-color css

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

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

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