#145B5E

Color #145B5E Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #145B5E

Tints of Blue Stone #145B5E

Color information

#145B5E (or 0x145B5E) is unknown color: approx Blue Stone. HEX triplet: 14, 5B and 5E. RGB value is (20,91,94). Sum of RGB (Red+Green+Blue) = 20+91+94=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #145B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B5E is #EBA4A1. Grayscale: #464646. Windows color (decimal): -15443106 or 6183700. OLE color: 6183700.

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

Color convert

RGB209194-
CMYK0.790.0300.63
HSL182.43º64.91%22.35%-
HSV(B)182.43º78.72%36.86%-
XYZ6.058.4411.9-
YUV70.11141.4892.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 91 (35.94% from 255) = 44.39%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=9.76%
G=44.39%
B=45.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2091940.790.0300.63182.4364.9122.35
Hex145B5E4F303Fb64116
Octal24133136117307726610126
Binary1010010110111011110100111111011111110110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,91,94); }

 H1.HeaderClassName
 {
   color: #145B5E;
 }
 .AnyTagClassName
 {
   color: #145B5E;
 }
</style>
background-color css

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

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

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

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

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

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