#145757

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

Shades of Blue Stone #145757

Tints of Blue Stone #145757

Color information

#145757 (or 0x145757) is unknown color: approx Blue Stone. HEX triplet: 14, 57 and 57. RGB value is (20,87,87). Sum of RGB (Red+Green+Blue) = 20+87+87=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #145757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145757 is #EBA8A8. Grayscale: #424242. Windows color (decimal): -15444137 or 5723924. OLE color: 5723924.

HSL color Cylindrical-coordinate representation of color #145757: hue angle of 180º 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 #145757 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB208787-
CMYK0.77000.66
HSL180º62.62%20.98%-
HSV(B)180º77.01%34.12%-
XYZ5.427.6510.21-
YUV66.97139.394.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 87 (34.38% from 255) = 44.85%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=10.31%
G=44.85%
B=44.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087870.77000.6618062.6220.98
Hex1457574D0042b43f15
Octal24127127115001022647725
Binary101001010111101011110011010010000101011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145757; }

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

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

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

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

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

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

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

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