#145B63

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

Shades of Blue Stone #145B63

Tints of Blue Stone #145B63

Color information

#145B63 (or 0x145B63) is unknown color: approx Blue Stone. HEX triplet: 14, 5B and 63. RGB value is (20,91,99). Sum of RGB (Red+Green+Blue) = 20+91+99=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #145B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B63 is #EBA49C. Grayscale: #464646. Windows color (decimal): -15443101 or 6511380. OLE color: 6511380.

HSL color Cylindrical-coordinate representation of color #145B63: hue angle of 186.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #145B63 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB209199-
CMYK0.800.0800.61
HSL186.08º66.39%23.33%-
HSV(B)186.08º79.8%38.82%-
XYZ6.288.5313.12-
YUV70.68143.9891.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=9.52%
G=43.33%
B=47.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2091990.800.0800.61186.0866.3923.33
Hex145B6350803Dba4217
Octal241331431201007527210227
Binary101001011011110001110100001000011110110111010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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