#145A58

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

Shades of Blue Stone #145A58

Tints of Blue Stone #145A58

Color information

#145A58 (or 0x145A58) is unknown color: approx Blue Stone. HEX triplet: 14, 5A and 58. RGB value is (20,90,88). Sum of RGB (Red+Green+Blue) = 20+90+88=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #145A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A58 is #EBA5A7. Grayscale: #444444. Windows color (decimal): -15443368 or 5790228. OLE color: 5790228.

HSL color Cylindrical-coordinate representation of color #145A58: hue angle of 178.29º 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 #145A58 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB209088-
CMYK0.7800.020.65
HSL178.29º63.64%21.57%-
HSV(B)178.29º77.78%35.29%-
XYZ5.718.1710.51-
YUV68.84138.8193.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.10%
GREEN value IS 90 (35.55% from 255) = 45.45%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=10.10%
G=45.45%
B=44.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2090880.7800.020.65178.2963.6421.57
Hex145A584E0241b24016
Octal241321301160210126210026
Binary10100101101010110001001110010100000110110010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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