#145463

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

Shades of Blue Stone #145463

Tints of Blue Stone #145463

Color information

#145463 (or 0x145463) is unknown color: approx Blue Stone. HEX triplet: 14, 54 and 63. RGB value is (20,84,99). Sum of RGB (Red+Green+Blue) = 20+84+99=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #145463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145463 is #EBAB9C. Grayscale: #424242. Windows color (decimal): -15444893 or 6509588. OLE color: 6509588.

HSL color Cylindrical-coordinate representation of color #145463: hue angle of 191.39º 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 #145463 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB208499-
CMYK0.800.1500.61
HSL191.39º66.39%23.33%-
HSV(B)191.39º79.8%38.82%-
XYZ5.717.3912.93-
YUV66.57146.394.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=9.85%
G=41.38%
B=48.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2084990.800.1500.61191.3966.3923.33
Hex14546350F03Dbf4217
Octal241241431201707527710227
Binary101001010100110001110100001111011110110111111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145463; }

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

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

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

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

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

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

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

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