#145459

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

Shades of Blue Stone #145459

Tints of Blue Stone #145459

Color information

#145459 (or 0x145459) is unknown color: approx Blue Stone. HEX triplet: 14, 54 and 59. RGB value is (20,84,89). Sum of RGB (Red+Green+Blue) = 20+84+89=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #145459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145459 is #EBABA6. Grayscale: #414141. Windows color (decimal): -15444903 or 5854228. OLE color: 5854228.

HSL color Cylindrical-coordinate representation of color #145459: hue angle of 184.35º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145459 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB208489-
CMYK0.780.0600.65
HSL184.35º63.3%21.37%-
HSV(B)184.35º77.53%34.9%-
XYZ5.267.2110.57-
YUV65.43141.395.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.36%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=10.36%
G=43.52%
B=46.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2084890.780.0600.65184.3563.321.37
Hex1454594E6041b83f15
Octal24124131116601012707725
Binary10100101010010110011001110110010000011011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145459; }

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

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

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

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

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

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

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

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