#145A55

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

Shades of Blue Stone #145A55

Tints of Blue Stone #145A55

Color information

#145A55 (or 0x145A55) is unknown color: approx Blue Stone. HEX triplet: 14, 5A and 55. RGB value is (20,90,85). Sum of RGB (Red+Green+Blue) = 20+90+85=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #145A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A55 is #EBA5AA. Grayscale: #444444. Windows color (decimal): -15443371 or 5593620. OLE color: 5593620.

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

Color convert

RGB209085-
CMYK0.7800.060.65
HSL175.71º63.64%21.57%-
HSV(B)175.71º77.78%35.29%-
XYZ5.588.129.87-
YUV68.5137.3193.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.26%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 85 (33.59% from 255) = 43.59%
R=10.26%
G=46.15%
B=43.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2090850.7800.060.65175.7163.6421.57
Hex145A554E0641b04016
Octal241321251160610126010026
Binary101001011010101010110011100110100000110110000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145A55; }

 p { color: rgb(20,90,85); }

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

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

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

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

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

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

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