Html Css Color HEX #14575F Blue Stone

📋 copy color: '#14575F'

red 20 ◦ green 87 ◦ blue 95

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

Shades of Blue Stone #14575F

Tints of Blue Stone #14575F

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #14575F: hue angle of 186.4º 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 #14575F is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 87 95 -
CMYK 0.79 0.08 0 0.63
HSL 186.4º 0.65% 0.23% -
HSV(B) 186.4º 0.79% 0.37% -
XYZ 5.76 7.79 12.03 -
YUV 67.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 20 87 95 0.79 0.08 0 0.63 186.4 0.65 0.23
Hex 14 57 5F 4F 8 0 3F BA 41 17
Octal 24 127 137 117 10 0 77 272 101 27
Binary 10100 1010111 1011111 1001111 1000 0 111111 10111010 1000001 10111

Color Harmonies of #14575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14575F

Black with #14575F

Text Example


Text Example

White with #14575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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