Html Css Color HEX #145F57 Blue Stone

📋 copy color: '#145F57'

red 20 ◦ green 95 ◦ blue 87

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

Shades of Blue Stone #145F57

Tints of Blue Stone #145F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.03%

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

R = 9.9%
G = 47.03%
B = 43.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#145F57 (or 0x145F57) is known color: Blue Stone. HEX triplet: 14, 5F and 57. RGB value is (20,95,87). Sum of RGB (Red+Green+Blue) = 20+95+87=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #145F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145F57 is #EBA0A8. Grayscale: #474747. Windows color (decimal): -15442089 or 5725972. OLE color: 5725972.

HSL color Cylindrical-coordinate representation of color #145F57: hue angle of 173.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F57 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 95 87 -
CMYK 0.79 0 0.08 0.63
HSL 173.6º 0.65% 0.23% -
HSV(B) 173.6º 0.79% 0.37% -
XYZ 6.1 9.02 10.44 -
YUV 71.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 20 95 87 0.79 0 0.08 0.63 173.6 0.65 0.23
Hex 14 5F 57 4F 0 8 3F AE 41 17
Octal 24 137 127 117 0 10 77 256 101 27
Binary 10100 1011111 1010111 1001111 0 1000 111111 10101110 1000001 10111

Color Harmonies of #145F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F57

Black with #145F57

Text Example


Text Example

White with #145F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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