#145460

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

Shades of Blue Stone #145460

Tints of Blue Stone #145460

Color information

#145460 (or 0x145460) is unknown color: approx Blue Stone. HEX triplet: 14, 54 and 60. RGB value is (20,84,96). Sum of RGB (Red+Green+Blue) = 20+84+96=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #145460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145460 is #EBAB9F. Grayscale: #424242. Windows color (decimal): -15444896 or 6312980. OLE color: 6312980.

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

Color convert

RGB208496-
CMYK0.790.1200.62
HSL189.47º65.52%22.75%-
HSV(B)189.47º79.17%37.65%-
XYZ5.577.3312.19-
YUV66.23144.895.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 96 (37.89% from 255) = 48%
R=10%
G=42%
B=48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2084960.790.1200.62189.4765.5222.75
Hex1454604FC03Ebd4217
Octal241241401171407627510227
Binary101001010100110000010011111100011111010111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145460; }

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

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

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

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

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

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

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

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