Html Css Color HEX #145859 Blue Stone

📋 copy color: '#145859'

red 20 ◦ green 88 ◦ blue 89

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

Shades of Blue Stone #145859

Tints of Blue Stone #145859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.67%

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

R = 10.15%
G = 44.67%
B = 45.18%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#145859 (or 0x145859) is known color: Blue Stone. HEX triplet: 14, 58 and 59. RGB value is (20,88,89). Sum of RGB (Red+Green+Blue) = 20+88+89=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #145859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145859 is #EBA7A6. Grayscale: #434343. Windows color (decimal): -15443879 or 5855252. OLE color: 5855252.

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

Color convert

RGB 20 88 89 -
CMYK 0.78 0.01 0 0.65
HSL 180.87º 0.63% 0.21% -
HSV(B) 180.87º 0.78% 0.35% -
XYZ 5.58 7.85 10.67 -
YUV 67.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 20 88 89 0.78 0.01 0 0.65 180.87 0.63 0.21
Hex 14 58 59 4E 1 0 41 B5 3F 15
Octal 24 130 131 116 1 0 101 265 77 25
Binary 10100 1011000 1011001 1001110 1 0 1000001 10110101 111111 10101

Color Harmonies of #145859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145859

Black with #145859

Text Example


Text Example

White with #145859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145859; }

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

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

background-color css

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

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

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

border-color css

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

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

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