Html Css Color HEX #145759 Blue Stone

📋 copy color: '#145759'

red 20 ◦ green 87 ◦ blue 89

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

Shades of Blue Stone #145759

Tints of Blue Stone #145759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.39%

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

R = 10.2%
G = 44.39%
B = 45.41%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#145759 (or 0x145759) is known color: Blue Stone. HEX triplet: 14, 57 and 59. RGB value is (20,87,89). Sum of RGB (Red+Green+Blue) = 20+87+89=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #145759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145759 is #EBA8A6. Grayscale: #434343. Windows color (decimal): -15444135 or 5854996. OLE color: 5854996.

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

Color convert

RGB 20 87 89 -
CMYK 0.78 0.02 0 0.65
HSL 181.74º 0.63% 0.21% -
HSV(B) 181.74º 0.78% 0.35% -
XYZ 5.5 7.69 10.64 -
YUV 67.2 140.3 94.34 -
System Red Green Blue C M Y K H S L
Decimal 20 87 89 0.78 0.02 0 0.65 181.74 0.63 0.21
Hex 14 57 59 4E 2 0 41 B6 3F 15
Octal 24 127 131 116 2 0 101 266 77 25
Binary 10100 1010111 1011001 1001110 10 0 1000001 10110110 111111 10101

Color Harmonies of #145759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145759

Black with #145759

Text Example


Text Example

White with #145759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145759; }

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

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

background-color css

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

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

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

border-color css

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

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

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