#145660

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

Shades of Blue Stone #145660

Tints of Blue Stone #145660

Color information

#145660 (or 0x145660) is unknown color: approx Blue Stone. HEX triplet: 14, 56 and 60. RGB value is (20,86,96). Sum of RGB (Red+Green+Blue) = 20+86+96=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #145660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145660 is #EBA99F. Grayscale: #434343. Windows color (decimal): -15444384 or 6313492. OLE color: 6313492.

HSL color Cylindrical-coordinate representation of color #145660: hue angle of 187.89º 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 #145660 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB208696-
CMYK0.790.1000.62
HSL187.89º65.52%22.75%-
HSV(B)187.89º79.17%37.65%-
XYZ5.737.6512.24-
YUV67.41144.1394.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 86 (33.98% from 255) = 42.57%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=9.90%
G=42.57%
B=47.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2086960.790.1000.62187.8965.5222.75
Hex1456604FA03Ebc4217
Octal241261401171207627410227
Binary101001010110110000010011111010011111010111100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145660; }

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

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

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

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

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

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

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

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