#145357

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

Shades of Blue Stone #145357

Tints of Blue Stone #145357

Color information

#145357 (or 0x145357) is unknown color: approx Blue Stone. HEX triplet: 14, 53 and 57. RGB value is (20,83,87). Sum of RGB (Red+Green+Blue) = 20+83+87=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #145357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145357 is #EBACA8. Grayscale: #404040. Windows color (decimal): -15445161 or 5722900. OLE color: 5722900.

HSL color Cylindrical-coordinate representation of color #145357: hue angle of 183.58º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145357 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB208387-
CMYK0.770.0500.66
HSL183.58º62.62%20.98%-
HSV(B)183.58º77.01%34.12%-
XYZ5.17.0210.1-
YUV64.62140.6396.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=10.53%
G=43.68%
B=45.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2083870.770.0500.66183.5862.6220.98
Hex1453574D5042b83f15
Octal24123127115501022707725
Binary10100101001110101111001101101010000101011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145357; }

 p { color: rgb(20,83,87); }

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

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

 a { background-color: rgb(20,83,87); }

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

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

 span { border-color: rgb(20,83,87); }

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