#145B60

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

Shades of Blue Stone #145B60

Tints of Blue Stone #145B60

Color information

#145B60 (or 0x145B60) is unknown color: approx Blue Stone. HEX triplet: 14, 5B and 60. RGB value is (20,91,96). Sum of RGB (Red+Green+Blue) = 20+91+96=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 96 (37.89% from 255 or 46.38% from 207); Max value from RGB is 96 - color contains mainly: blue. Hex color #145B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B60 is #EBA49F. Grayscale: #464646. Windows color (decimal): -15443104 or 6314772. OLE color: 6314772.

HSL color Cylindrical-coordinate representation of color #145B60: hue angle of 183.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145B60 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB209196-
CMYK0.790.0500.62
HSL183.95º65.52%22.75%-
HSV(B)183.95º79.17%37.65%-
XYZ6.148.4812.38-
YUV70.34142.4892.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 96 (37.89% from 255) = 46.38%
R=9.66%
G=43.96%
B=46.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2091960.790.0500.62183.9565.5222.75
Hex145B604F503Eb84217
Octal24133140117507627010227
Binary10100101101111000001001111101011111010111000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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